I have an image uploaded by the user, which can be viewed enter image description here. My goal is to extract the number present inside the image and utilize it later within the application. Unfortunately, the libraries I have tried so far did not produce the desired results for my specific use case.
I would greatly appreciate any guidance or suggestions on how to effectively extract the number from the image. If someone could provide a code example or recommend a different library that might be more suitable for this task, it would be immensely helpful.
Thank you in advance for your assistance!
2
Answers
This is the part of the machine learning with flutter for that there is library called google_ml_kit.please check there is Text recognition v2 .
You can use this package: learning_text_recognition
Or use
Text Recognition V2
of google_ml_kitHope useful to you!