Lets say i uploaded that image in my app: image
is there a way to "read" that text and convert it into a string?
CodePudding user response:
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.