微软Windows 7 API OCR [英] Window 7 OCR API

查看:1266
本文介绍了微软Windows 7 API OCR的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在审查替代Office 2007的MODI OCR(OneNote中的2010解决方案具有质量较差/效果比2007 :-()我注意到Windows 7包含一个OCR库,一旦你安装的optional TIFF筛选



的组件OCR被安装到

 %PROGRAMFILES%\Common Files\microsoft shared\OCR\7.0\xocr3.psp。 DLL 

但我没有看到任何API呢?



有谁看到这是如何能够最好是在C#进行接口



?答:如发现soluation,一旦可选TIFF IFilter的win7的功能已安装,我然后,可以使用在 http://www.codeproject.com/KB/代码/ EXE得到的截图textoutput CS / IFilter.aspx 。此外,如果添加相同[HKEY_CLASSES_ROOT.tiff\PersistentHandler]为.PNG和.jpg然后OCR也适用于JPG和PNG的。


解决方案

  1. Tessnet OCR是一个很好的解决方案,但是(从2009年最后一个版本)很老。有几个非常优秀的免费OCR解决方案,可用于.NET:

  2. Asprise C#OCR SDK 。非常好,速度快的。

  3. 微软研究项目夏威夷 <击>基于网络(云)OCR全文档和示例<解决方案/击>(已停产2013年)

  4. < A HREF =http://www.bing.com/dev/en-us/ocr相对=nofollow>兵OCR <击>基于Web(云)OCR更换为以上。(停产2014年3月)


I have been reviewing replacements for the Office 2007 MODI OCR (OneNote's 2010 solution has lesser quality/results than 2007 :-( ). I notice that Windows 7 contains an OCR library once you install the optional tiff filter

The OCR component gets installed to

%programfiles%\Common Files\microsoft shared\OCR\7.0\xocr3.psp.dll 

but I don't see any API for it?

Does anyone see how this can be interfaced preferably in C#?

ANSWER: Found the soluation, once the optional tiff ifilter win7 feature is installed, i can then get a textoutput of a screenshot using the code/exe on http://www.codeproject.com/KB/cs/IFilter.aspx. Also if add the same [HKEY_CLASSES_ROOT.tiff\PersistentHandler] for .png and .jpg then OCR also works for jpg and png's.

解决方案

  1. Tessnet OCR is a good solution, but pretty old (last release from 2009). There are couple of very good free OCR solutions available for .NET:
  2. Asprise C# OCR SDK. Very good and fast one.
  3. Microsoft Research Project Hawaii Web-based (cloud) OCR solution with full docs and samples (discontinued 2013)
  4. Bing OCR Web based (cloud) OCR replacement for above. (discontinued March 2014)

这篇关于微软Windows 7 API OCR的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆