Search code examples
androidandroid-cameragoogle-gearsgoogle-gadgetgoogle-goggles

Use Camera to capture Text. Android?


I want to do something like a Google Googles but use only the Camera to text feature in it. I want to use the camera to take picture of a text image, and convert it into text for use with in a edit text. Is this possible. How to do this?

Any kind of Idea you have related to this would be helpful. Please let me know your ideas. Thank you very much for your time and help.


Solution

  • What you are looking for is called OCR.

    There's already excellent answers on StackOverflow on how to use OCR libraries for Android.