简体   繁体   中英

Optical character recognition on the iPhone

Is it possible on an iPhone app to take a picture and extract an string from the picture? We'd like to make our app to look for a serial number on a database (very long number) without the user having to type it.

Is there any Cocoa/Objective-C API for this or any C/C++ library that can be used in an iPhone app?

Thanks in advance!

You can have a look at the tesseract-ocr project. It's not actually made to use on an iPhone but I believe others have made great use of it on the iPhone.

Here is a demo that makes use of the tesseract ocr engine.

我正在寻找类似的东西并且遇到了ABBYY的mobileOCR解决方案我还没有使用它并且不知道它有多少但你应该​​能够将它集成到你的应用程序中。

I have this in my bookmarks: http://code.google.com/p/zxing/ It has iPhone, Android and Java code to deal with image capture and bar codes. I haven't test it yet.

这是iPhone上Tesseract的另一个实现: http ://robertcarlsen.net/dev/pocket-ocr

Tesseract-OCR现在有iOS版本: Tesseract-OCR-iOS

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM