How to read texts inside images in flutter?

Viewed 30

Lets say i uploaded that image in my app: image

is there a way to "read" that text and convert it into a string?

1 Answers

theres a dependency you can use although there are bunch of approaches to perform text recognition using ML OCR algorithms.

you can start by using this and i would recommend to check this

Hope it helps somehow.

Related