zxing-js / library

Multi-format 1D/2D barcode image processing library, usable in JavaScript ecosystem.
https://zxing-js.github.io/library/
Apache License 2.0
2.52k stars 547 forks source link

Is there any way to scan EAN-5 type of barcode using this libary? #292

Open kaissaroj opened 4 years ago

kaissaroj commented 4 years ago

ean52

odahcam commented 4 years ago

I have never heard of that before.

kaissaroj commented 4 years ago

@odahcam it means no EAN-5 support

odahcam commented 4 years ago

Probably, I don't know if any of the EAN readers can read this. As long as I tested, none can.

fullpathtd commented 4 years ago

Maybe you want to take a look at the QuaggaJS project. The EAN-5 and various other standards have been implemented. Maybe porting to this library is possible.

https://github.com/serratus/quaggaJS/tree/master/src/reader

odahcam commented 4 years ago

I don't see a reason why not. PRs are welcome. We just gotta respect the file structure and add tests. As this doesn't exist in the Java version we are free to code as we like.

github-actions[bot] commented 4 years ago

Stale issue message

xulihang commented 1 year ago

You can try this ISBN barcode reader: https://www.dynamsoft.com/codepool/isbn-barcode-scanner.html