Skip to content
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

[Bug report] Zeros are dropped in barcodes #803

Open
brianbabcockapps opened this issue Apr 5, 2024 · 1 comment
Open

[Bug report] Zeros are dropped in barcodes #803

brianbabcockapps opened this issue Apr 5, 2024 · 1 comment
Assignees

Comments

@brianbabcockapps
Copy link

Describe the bug
When scanning barcodes with 4 or more zeros in the center of the barcode the return value sometime is missing a zero or two.

To Reproduce
Scan any 128 or 39 barcode with 4 or more zeros in the middle. This problem was seen in both our app and the demo app from mlkit.

sample barcodes:
image

Expected behavior
Scan REQ0000001 barcode and we expect to see the value REQ0000001 returned. Instead we sometimes see REQ000001

SDK Info:

  • SDK Name & Version [e.g. com.google.mlkit:face-detection:16.1.3]

Smartphone:

  • Device/Simulator: Samsung Galaxy Tab S7
@tobika
Copy link

tobika commented May 16, 2024

I can confirm the same problem in my project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@zhouyiself @tobika @brianbabcockapps and others