Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
最著名的是Tesseract OCR,最初由摩托罗拉开发,后来开源。它也是由谷歌推广的。
还有一些,可能没有 Tesseract 那么出名:
http://en.wikipedia.org/wiki/OCRopus
http://jocr.sourceforge.net/
The most famous one is Tesseract OCR developed initially by Motorola and later become open source. It is also promoted by Google.
There are a few more, perhaps not as famous as Tesseract:
http://en.wikipedia.org/wiki/OCRopus
http://jocr.sourceforge.net/
开源 OCR 库:
1.ABBYY 移动 OCR 引擎是一款功能强大的软件开发套件,允许移动和小型应用程序的开发人员集成高精度光学字符识别 (OCR) 技术,将图像和照片转换为可管理和可搜索的文本。 Toolkit 支持最流行的移动平台和设备 - iOS (iPhone) 和 Android。 http://www.abbyy.com/mobileocr/
2.Tesseract可能是最准确的开源OCR 引擎可用。 https://code.google.com/p/tesseract-ocr/
Open Source OCR Library:
1.ABBYY Mobile OCR Engine is a powerful software development kit which allows developers of mobile and small footprint applications to integrate highly accurate optical character recognition (OCR) technologies that convert images and photographs into manageable and searchable text. Toolkit supports the most popular mobile platforms and devices - iOS (iPhone) and Android. http://www.abbyy.com/mobileocr/
2.Tesseract is probably the most accurate open source OCR engine available. https://code.google.com/p/tesseract-ocr/
这里是一篇关于如何从图片中提取数字。
作者收集了大量样本来训练他的神经网络算法,我相信做的是图像处理与OpenCV。
Here is an interesting article on how to extract numbers from picture.
The author collects large number of samples to train his neural networks algorithm and I believe doing the image processing with OpenCV.