2

I want to develop one application which read text from the image. Which library i should have to use?

madhead
  • 31,729
  • 16
  • 153
  • 201
Chirag
  • 56,621
  • 29
  • 151
  • 198

1 Answers1

2

google ocr

This library might be helpful for you. you can use this for optical character recognition. But to use this you have to learn how to work with android ndk. Here is a sample code using ocr sample code

Farhana Haque
  • 1,371
  • 14
  • 23