Getting text from image on ios (image processing)

34,508

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

Share:
34,508

Related videos on Youtube

Vikram.exe
Author by

Vikram.exe

Software fiddler.... Currently having fun @ Bluestacks

Updated on July 09, 2022

Comments

  • Vikram.exe
    Vikram.exe almost 2 years

    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

    • Codo
      Codo over 13 years
      A similar question was asked and answered today: <stackoverflow.com/questions/4539649/image-processing-in-iph‌​one>
    • Vikram.exe
      Vikram.exe over 13 years
      Thanks Codo...that link helped...I am experimenting a few things with the mentioned link...will update my findings here...
    • Vikram.exe
      Vikram.exe over 13 years
      @ 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.
    • Admin
      Admin about 13 years
      Check out WeOCR project too.
    • Paresh Masani
      Paresh Masani over 10 years
      Did you success in this?
  • user1673099
    user1673099 over 10 years
    I got the code from github but it shows me a error for baseapi.h is not found. Help me to solve this.
  • Jaywant Khedkar
    Jaywant Khedkar almost 8 years
    same error I am also facing baseapi.h is not found, could you any solution .