1

I have used the library for reading barcode from image. But can't find any source or help for reading numbers from image.

I just need to take photo with camera and then process image whether any numbers exist and read out the numbers.

Is there any way to get the number written on image?

Hiren Gujarati
  • 1,039
  • 14
  • 32

2 Answers2

0

that's OCR type of problem. you might want to take a look at: Is there any good OCR API for iPhone and/or Android phones? or iPhone: Regarding OCR technology?

Community
  • 1
  • 1
Russian
  • 1,296
  • 10
  • 15
0

The Google Docs API has some OCR support. You may want to take a look at this and see if you can implement it: http://googlesystem.blogspot.com/2009/09/google-docs-ocr.html I don't remember if Apple will allow you to use any external libraries though.

Nathan Tornquist
  • 6,468
  • 10
  • 47
  • 72