tags:

views:

48

answers:

2

Hi everyone,

I know about OCR technology. I have seen in websites saying that iPhone Camera supports OCR technology. May i know how do i handle it in my code? Is there any classes provided by SDK to support it?

Thank you.

+2  A: 

This works for iPhone OCR. http://robertcarlsen.net/dev/pocket-ocr

John Ballinger
A: 

I would look at iqengines.com. They have an amazing engine and a nice API. I wrote a wrapper for the API and posted it at Github here

Codezy