-2

I am trying to extract text from a picture taken in Android Mobile through some API. Will Google Vision help me with that? I used OCR too but I felt that the output is not accurate. Any suggestions?

jotik
  • 17,044
  • 13
  • 58
  • 123
Nivetha
  • 11

1 Answers1

1

Hey for OCR you need tesseract library. tess-two is working example of ocr. And here is another link for this example. and for documentation how to create this project try this one. textfairy is one of the best working example. try it :) other great answer

Community
  • 1
  • 1
Harin Kaklotar
  • 305
  • 7
  • 22