mebjas / html5-qrcode

A cross platform HTML5 QR code reader. See end to end implementation at: https://scanapp.org
https://qrcode.minhazav.dev
Apache License 2.0
4.9k stars 959 forks source link

[Feature Request] EAN 5 Support #321

Open ErickGC25 opened 2 years ago

ErickGC25 commented 2 years ago

Is your feature request related to a problem? Please describe.

I've been trying to scan EAN 13 + EAN 5 Barcodes but it only scans the EAN 13 one.

Describe the solution you'd like Scan both EAN 13 and EAN 5 codebars, and maybe get both results separetely.

Additional context

ean13_with_addon5

MicrosoftTeams-image (3)

mebjas commented 2 years ago

Can reproduce this - the library can only scan the first barcode. (even with in browser API)

mebjas commented 2 years ago

This likely an issue with https://github.com/zxing-js/library - please file a feature request / bug report there directly.