文件名称:C# OnenoteOCR 封装库
文件大小:7KB
文件格式:RAR
更新时间:2018-01-01 05:15:11
Onenote OCR
1、安装office 2010或2013中的Onenote 2、在你的项目中引用封装库 使用 using (var ocrEngine = new OnenoteOcrEngine()) using (var image = Image.FromFile(imagePath)) { var text = ocrEngine.Recognize(image); if (text == null) Console.WriteLine("nothing recognized"); else Console.WriteLine("Recognized: " + text); }
【文件预览】:
OnenoteOCR
----TestApplication.exe(7KB)
----OnenoteOCR.dll(11KB)