How to extract text from image Android app

前端 未结 4 1846
眼角桃花
眼角桃花 2021-02-01 22:52

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

4条回答
  •  北海茫月
    2021-02-01 23:54

    There is a different option. You can upload your image to the server, OCR it from the server, then get the result.

提交回复
热议问题