C/C++/Objective-C 文本识别库

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1697852/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-27 20:55:56  来源:igfitidea点击:

C/C++/Objective-C text recognition library

c++cobjective-ctext-recognition

提问by Andy White

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.

有谁知道 C/C++/Objective-C 中的任何免费/开源文本识别库?基本上可以扫描图像并读出所有纯文本的东西。

采纳答案by rxin

The most famous one is Tesseract OCRdeveloped initially by Motorola and later become open source. It is also promoted by Google.

最著名的是Tesseract OCR,最初由摩托罗拉开发,后来开源。它也是由谷歌推广的。

There are a few more, perhaps not as famous as Tesseract: http://en.wikipedia.org/wiki/OCRopushttp://jocr.sourceforge.net/

还有一些,可能不如 Tesseract 出名:http: //en.wikipedia.org/wiki/OCRopus http://jocr.sourceforge.net/

回答by stefanB

Hereis an interesting article on how to extract numbers from picture.

是一篇关于如何从图片中提取数字的有趣文章。

The author collects large number of samples to train his neural networks algorithmand I believe doing the image processing with OpenCV.

作者收集了大量样本来训练他的神经网络算法,我相信用OpenCV进行图像处理。

回答by Sumit Chauhan

Open Source OCR Library: 1.ABBYY Mobile OCR Engineis 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/

开源 OCR 库: 1. ABBYY Mobile OCR Engine是一个强大的软件开发工具包,它允许移动和小尺寸应用程序的开发人员集成高度准确的光学字符识别 (OCR) 技术,将图像和照片转换为可管理和可搜索的文本。Toolkit 支持最流行的移动平台和设备 - iOS (iPhone) 和 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/

2.Tesseract 可能是最准确的开源 OCR 引擎。https://code.google.com/p/tesseract-ocr/