上上周接了个活儿,将一套图书的图像扫描页以可编辑文字形式录入word,想着可以通过图像文字识别软件挣包辣条儿,谁想到试了不少OCR产品,要么OCR效率太低,要么正确率太低,有些用着超过一定次数就会强制中断OCR的API(比如腾讯OCR接口和百度OCR接口),剩下的几乎调用超过100次以上就会弹出收费窗口。
挑来挑去,试了七八款相关软件,貌似没一个是自己看得上的(不是我眼光高,而是真没找到符合我提出的那几点需求的),于是一不做二不休,干脆自己写了一款OCR软件,基于微软.NET框架5.0和UWP SDK,开发平台是Windows11,开发工具用的是VS2019,VS2022下好了一直没敢装,我是真怕这个升级破坏了我这些年整理出来的代码模板,就像win10升级到win11的过程中,升级向导这个人工智障自动把开始菜单上的应用分组全部干掉一样,扯远了,切回正题,我主要就这五点需求:
- OCR识别准确率高,要求英文和中文混编一样可以识别
- 识别转换效率高,最好是秒输出,所以最好是本地应用,网络接口调用会受网速和服务器的负载情况影响最终性能
- 不能收费(
因为没钱国家反诈中心不是说了么,要钱不给,给钱不要。) - 可以识别到剪贴板内图像中的文字
- 软件体积越小越好,本人的老爷机电脑硬盘不大,空间紧张
- 可以支持多文件并行处理
注意:安装QuickOCR之前务必要先装.NET 框架 5.0,链接如下:
https://dotnet.microsoft.com/zh-cn/download/dotnet/5.0/runtime?cid=getdotnetcore
开发QuickOCR用了一周,使用了半天就把全部图像识别完成,输出导入word,结果个人还是很满意的,最终顺利完成,辣条到手。





软件下载地址:
1.百度云
链接:https://pan.baidu.com/s/1N-NNKSd955h9W6h_pHunRQ?pwd=cycx提取码:cycx

2.我自己的可道云(搭建方法详见上一期)
分享名称:QuickOCR.zip
分享链接:https://kod.cycx.top:8090/#s/7_6tbwtQ
访问密码:cycx

你好大佬,能否出个升级版–在设置里—增加强行合并—这样第二行的文字就能自动移动到 第一排最后一个字。
好,有时间把这个功能加进去。
大佬好,能否出个升级版的在—设置里–增加–强行合并功能—这样第 每行结尾的文字—就能合并到一起,成为一个整体啦。
—————————————–
谢谢大佬这么好的工具
(你的网址我也收藏了,没事我来刷新看看新内容)
谢谢您的建议,下一个版本增加这个功能。
应用程序中发生了未经处理的异常。如果单击”继续”,应用程序
将忽略此错误并尝试继续。如果单击”退出”,应用程序将立即关
闭。
The process cannot access the file’C:\Program Files\长夜晨
\QuickOCR Setup\ocr.png’because it is being used by
有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。
************** 异常文本 **************
System.IO.IOException: The process cannot access the file ‘C:\Program Files\长夜晨星\QuickOCR Setup\ocr.png’ because it is being used by another process.
at System.IO.FileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName, Boolean overwrite)
at QuickOCR.formMain.Button_FormFile_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)
************** 已加载的程序集 **************
System.Private.CoreLib
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Private.CoreLib.dll
—————————————-
QuickOCR
程序集版本:1.0.0.0
Win32 版本:1.0.0.0
基本代码:file:///C:/Program%20Files/%E9%95%BF%E5%A4%9C%E6%99%A8%E6%98%9F/QuickOCR%20Setup/QuickOCR.dll
—————————————-
Microsoft.VisualBasic.Forms
程序集版本:5.0.15.0
Win32 版本:5.0.1522.11604
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/5.0.15/Microsoft.VisualBasic.Forms.dll
—————————————-
System.Runtime
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Runtime.dll
—————————————-
System.Windows.Forms.Primitives
程序集版本:5.0.15.0
Win32 版本:5.0.1522.11604
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/5.0.15/System.Windows.Forms.Primitives.dll
—————————————-
System.Windows.Forms
程序集版本:5.0.15.0
Win32 版本:5.0.1522.11604
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/5.0.15/System.Windows.Forms.dll
—————————————-
System.Diagnostics.TraceSource
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Diagnostics.TraceSource.dll
—————————————-
System.Collections
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Collections.dll
—————————————-
System.ComponentModel.Primitives
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.ComponentModel.Primitives.dll
—————————————-
System.Runtime.InteropServices
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Runtime.InteropServices.dll
—————————————-
System.Drawing.Primitives
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Drawing.Primitives.dll
—————————————-
System.Collections.Specialized
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Collections.Specialized.dll
—————————————-
System.Security.Permissions
程序集版本:5.0.0.0
Win32 版本:5.0.20.51904
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/5.0.15/System.Security.Permissions.dll
—————————————-
System.Threading
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Threading.dll
—————————————-
System.Security.Principal.Windows
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Security.Principal.Windows.dll
—————————————-
System.Security.Claims
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Security.Claims.dll
—————————————-
Microsoft.Win32.Primitives
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/Microsoft.Win32.Primitives.dll
—————————————-
System.Threading.Thread
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Threading.Thread.dll
—————————————-
System.ComponentModel.EventBasedAsync
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.ComponentModel.EventBasedAsync.dll
—————————————-
System.Drawing.Common
程序集版本:5.0.0.2
Win32 版本:5.0.1221.52207
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/5.0.15/System.Drawing.Common.dll
—————————————-
Accessibility
程序集版本:4.0.0.0
Win32 版本:5.0.1522.11604
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/5.0.15/Accessibility.dll
—————————————-
System.ComponentModel
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.ComponentModel.dll
—————————————-
System.ComponentModel.TypeConverter
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.ComponentModel.TypeConverter.dll
—————————————-
Microsoft.VisualBasic.Core
程序集版本:10.0.6.0
Win32 版本:11.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/Microsoft.VisualBasic.Core.dll
—————————————-
System.Runtime.Extensions
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Runtime.Extensions.dll
—————————————-
System.Memory
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Memory.dll
—————————————-
System.Resources.Extensions
程序集版本:5.0.0.0
Win32 版本:5.0.20.51904
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/5.0.15/System.Resources.Extensions.dll
—————————————-
netstandard
程序集版本:2.1.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/netstandard.dll
—————————————-
System.Drawing
程序集版本:5.0.15.0
Win32 版本:5.0.1522.11604
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/5.0.15/System.Drawing.dll
—————————————-
System.ObjectModel
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.ObjectModel.dll
—————————————-
System.Linq
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Linq.dll
—————————————-
System.Buffers
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Buffers.dll
—————————————-
Microsoft.Win32.SystemEvents
程序集版本:5.0.0.0
Win32 版本:5.0.20.51904
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/5.0.15/Microsoft.Win32.SystemEvents.dll
—————————————-
System.Private.Uri
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Private.Uri.dll
—————————————-
System.Collections.NonGeneric
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Collections.NonGeneric.dll
—————————————-
System.Configuration.ConfigurationManager
程序集版本:5.0.0.0
Win32 版本:5.0.20.51904
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/5.0.15/System.Configuration.ConfigurationManager.dll
—————————————-
System.Security.Cryptography.Algorithms
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Security.Cryptography.Algorithms.dll
—————————————-
System.Security.Cryptography.Primitives
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Security.Cryptography.Primitives.dll
—————————————-
System.Xml.ReaderWriter
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Xml.ReaderWriter.dll
—————————————-
System.Private.Xml
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Private.Xml.dll
—————————————-
System.Text.RegularExpressions
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Text.RegularExpressions.dll
—————————————-
System.IO.FileSystem
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.IO.FileSystem.dll
—————————————-
System.Net.WebClient
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Net.WebClient.dll
—————————————-
System.Text.Encoding.Extensions
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Text.Encoding.Extensions.dll
—————————————-
System.Runtime.Serialization.Formatters
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Runtime.Serialization.Formatters.dll
—————————————-
System.Xml.XmlSerializer
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Xml.XmlSerializer.dll
—————————————-
System.Runtime.CompilerServices.Unsafe
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Runtime.CompilerServices.Unsafe.dll
—————————————-
System.Windows.Forms.resources
程序集版本:5.0.15.0
Win32 版本:5.0.1522.11604
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/5.0.15/zh-Hans/System.Windows.Forms.resources.dll
—————————————-
System.Diagnostics.StackTrace
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Diagnostics.StackTrace.dll
—————————————-
System.Reflection.Metadata
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Reflection.Metadata.dll
—————————————-
System.Collections.Immutable
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Collections.Immutable.dll
—————————————-
System.Diagnostics.FileVersionInfo
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Diagnostics.FileVersionInfo.dll
—————————————-
System.Collections.Concurrent
程序集版本:5.0.0.0
Win32 版本:5.0.1522.11506
基本代码:file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/5.0.15/System.Collections.Concurrent.dll
—————————————-
************** JIT 调试 **************
系统需要win10或win11专业版不能用精简版,您检查一下系统状态