I am working on a feature for my Android app. I would like to read text from a picture then save that text in a database. Is using OCR the best way? Is there another way? Google
There is a different option. You can upload your image to the server, OCR it from the server, then get the result.