-1

I have an image uploaded by the user, which can be viewed here.

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!

Abion47
  • 22,211
  • 4
  • 65
  • 88
  • OCR is a field of ongoing study and extreme complexity, and there's no recognizer on the planet that operates with anywhere near 100% accuracy when given an arbitrary picture taken from a random person's phone camera. You're going to just have to work your way through all the options and see which one is good enough for your purposes. – Abion47 Jul 27 '23 at 16:44

2 Answers2

0

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 .

Akshay Gupta
  • 384
  • 1
  • 8
0

You can use this package: learning_text_recognition

Or use Text Recognition V2 of google_ml_kit

Hope useful to you!