Answer the question
In order to leave comments, you need to log in
What library should be used to scan checks through a webcam on a smartphone?
Tell me a library that will allow you to recognize characters on paper, in particular, scan checks.
Case: The user made a purchase, opened the site, gave access to the camera, scanned the check, the data in the check (number, etc.)
was sent to the server. So, in fact, you need a function for character recognition on paper
Answer the question
In order to leave comments, you need to log in
You don’t need to recognize characters from the check, but the QR code that the online checkout prints. Using the QR code, you can already create a request to the OFD and get the receipt parameters. It is useless to pick in the direction of letter recognition.
QR codes can be recognized by a lot of things. For example: https://github.com/schmich/instascan
Different stores have different receipt formats. You will have to let the user select areas with the check number and amount, or drive predefined check formats into the application.
I did not use it, but there is such a line https://tesseract.projectnaptha.com/
firebase ml kit but if it is possible to use qr or bar code, then it is better to use them
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question