C/C++/Objective-C text recognition library [closed]

安稳与你 提交于 2019-11-27 05:08:47

问题


Does anyone know of any free/open-source text recognition libraries in C/C++/Objective-C? Basically something that can scan an image, and read out all of the plain text.


回答1:


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/




回答2:


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.




回答3:


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/



来源:https://stackoverflow.com/questions/1697852/c-c-objective-c-text-recognition-library

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!