Windows 7 OCR API [英] Windows 7 OCR API

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

问题描述

我一直在审查Office 2007 MODI OCR的替代产品(OneNote 2010解决方案的质量/结果低于2007年:/().我注意到,一旦安装

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

OCR组件已安装到

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

但是我没有看到任何API吗?

but I don't see any API for it?

有人看到如何最好在C#中进行接口吗?

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

答案:找到了解决方法,一旦安装了可选的tiff ifilter win7功能,我就可以使用

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是一个不错的解决方案,但是它已经很老了(2009年的最新版本). .NET有几个非常好的免费OCR解决方案:
  2. Asprise C#OCR SDK .非常好又快.
  3. Microsoft夏威夷研究项目 具有完整文档和示例的基于Web的(云)OCR解决方案(2013年停产)
  4. Bing OCR 基于Web的(云)OCR替代上述(2014年3月停产)​​
  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 OCR API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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