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.48k stars 547 forks source link

Is UPC-E support planned soon? #314

Open PlannedFeature opened 4 years ago

PlannedFeature commented 4 years ago

UPC-A scan seems to work fine although it is stripe through. Are there any hidden issues. Also I really miss the UPC-E support :(

odahcam commented 4 years ago

We do not have anything planned, but we do have a PR running (#304) and a issue about the UPC-x matter (#88). We're closer to support UPC-E than ever, but nothing is planned for it right now.

abhijeet-pandhe commented 4 years ago

Is there some issue stopping us from integrating UPC-E into zxing-js? Otherwise, I can give it a try to integrate it myself and submit a PR.

odahcam commented 4 years ago

No issues at all. We just need to proceed with #88 and I think merge #304 , but that PR isn't ready. But it should be relatively easy.

odahcam commented 4 years ago

I'm releasing 0.18.3-dev.7656630 featuring experimental UPCE support, just in case you're interested.