skip to Main Content

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


  1. 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 .

    Login or Signup to reply.
  2. You can use this package: learning_text_recognition

    Or use Text Recognition V2 of google_ml_kit

    Hope useful to you!

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search