.NET 的 OCR 库
可能的重复:
.NET 的 OCR
.NET 中的 OCR
有没有好的 .NET OCR 库?我对免费和非免费图书馆都感兴趣。
Possible Duplicates:
OCR for .NET
OCR in .NET
is there any good .NET OCR library? I'm interested in both free and non-free libraries.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Tesseract 是一个非常好的 Apache 2.0 许可的 OCR 引擎。我在C++中使用过它并取得了非常好的结果。 此问题推荐一个名为 Tessnet。
有很多 主题 关于 这个 在 StackOverflow 上; Tessnet 似乎是一个受欢迎的选择。
Tesseract is a very good Apache 2.0 licensed OCR engine. I have used it from C++ and had very good results. This question recommends a .NET wrapper called Tessnet.
There are many topics about this on StackOverflow; Tessnet seems a popular choice.
我过去曾使用过ABBYY FineCapture,并且非常喜欢它。虽然这不是免费的,但 ABBYY 还提供了一些很酷的产品,可以处理 ICR(手写 OCR)等内容。
它提供了一些 .NET 库,但是我用它所做的大部分工作都是在产品本身内进行的。您必须做一些研究才能确定它们是否满足您的需求。
I have used ABBYY FineCapture in the past and I like it quite a bit. This is not free though, but ABBYY also offers some cool products that handle stuff like ICR (hand writing OCR).
It offers some .NET libraries but, most of the work I did with it was within the product itself. You would have to do a little research to see if they will fit your needs.