1

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.

hcham1
  • 1,799
  • 2
  • 16
  • 27
Getsy
  • 4,887
  • 16
  • 78
  • 139
  • I have described some OCR libraries check this [link](http://stackoverflow.com/questions/1722269/mobile-ocr-engine-for-iphone-app/15950144#15950144) – Nishant Tyagi Apr 11 '13 at 14:10

2 Answers2

3

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

John Ballinger
  • 7,380
  • 5
  • 41
  • 51
0

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
  • 5,540
  • 7
  • 39
  • 48