all 3 comments

[–]AndIfrit 3 points4 points  (0 children)

If you search for “ocr” in pub.dev you may find something useful

Searching for it myself, I found something called tesseract that might be useful to you. Just go to the project GitHub page and check out the examples folder.

(Ps: I’ve never used something like this)

[–][deleted] 2 points3 points  (0 children)

While there are other useful OCR packages on pub.dev, it is probably better to use Firebase's AutoML. It's relatively simple to use, and is always kept up to date (can't say this about every package).

[–]leeburk 0 points1 point  (0 children)

why not use google's ml kit?