-
-
Notifications
You must be signed in to change notification settings - Fork 518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detecting of wrong barcode number #1233
Comments
What version of mobile_scanner are you using? What platform are you seeing this on? If this is on Android, then it looks to be an MLKit bug, which we cannot really fix ourselves. |
mobile_scanner: ^6.0.2 both device android and ios |
any update on this ? |
We moved away from MLKit for iOS in the new beta for version 7.0.0, you could try this with version For Android, we depend entirely on updates in https://developers.google.com/ml-kit/release-notes I see that for the bundled model, we use version 17.2.0, while there is a 17.3.0 available. I'll try to bump this for the next beta release, but otherwise there is not much we can do. |
This is an US EAN-13 code and problem is the initial zero. Most scanners, even hardware one recognizes EAN-13 code with initial 0 as an UPC-A code, If the MLkit does not have parameter to include country code for UPC-A (the initial zero) and return 13 characters, you have limited options to check such situation. |
detecting the number as 041570121627, but it should be returning 0041570121627—it’s dropping the initial zero.
The text was updated successfully, but these errors were encountered: