Is it possible for an iPhone application to take a picture and extract a string from a picture? We would like to force our application to search for the serial number in the database (a very long number), without having to enter 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!
source
share