27

I am thinking of making an application that requires extracting TEXT from an image. I haven't done any thing similar and I don't want to implement the whole stuff on my own. Is there any known library or open source code (supported for ios, objective-C) which can help me in extracting the text from the image. A basic source code will also do (I will try to modify it as per my need).

Kindly let me know if some one has any idea on this.

Thanks, Vikram

5
  • A similar question was asked and answered today: <stackoverflow.com/questions/4539649/image-processing-in-iphone> Commented Dec 27, 2010 at 16:29
  • Thanks Codo...that link helped...I am experimenting a few things with the mentioned link...will update my findings here... Commented Dec 27, 2010 at 18:39
  • @ Ross, I don't have any code as of now...I am first planning to get all the required info before starting with the coding stuff. Commented Dec 27, 2010 at 18:41
  • Check out WeOCR project too. Commented Apr 18, 2011 at 18:51
  • Did you success in this? Commented Dec 16, 2013 at 14:24

1 Answer 1

21

One of the main open source libraries used to do OCR on iOS is a google-sponsored open source project called tesseract.

Here is some info on compiling tesseract for use in iOS apps:

tesseract

The same guy has a nice sample project on github demonstrating how a simple client might use the compiled library:

Pocket-OCR

Sign up to request clarification or add additional context in comments.

2 Comments

I got the code from github but it shows me a error for baseapi.h is not found. Help me to solve this.
same error I am also facing baseapi.h is not found, could you any solution .

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.