Can OCR detection be done in iphone? If so can anyone provide me links which help me in developing OCR recognition in iphone?
Thanks Rakesh
Try working out TesserAct api.its working very well. i have Send you a demo Application Link Below.
Sample Code Of the OCR .
http://github.com/nolanbrown/Tesseract-iPhone-Demo
Thanks
Parag
The Nolan Brown project which parag mentioned uses an earlier version of tesseract(I guess 2.04) and also incorporating it in your project is not easy as it might seem.
My advise is to use 3.0 version of tesseract and it also requires the leptonica library. Here is a very good tutorial on how to include these on ios sdk 5 .... you can also look at the release notes of tesseract for added features in different versions ...
I personally implemented this but the results are not that great to be honest.. :/