googlesamples / mlkit

A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS
Apache License 2.0
3.51k stars 2.92k forks source link

Feature request: Add UPC +2 and +5 barcode extension scanning to ML Kit #184

Open ethanwa opened 3 years ago

ethanwa commented 3 years ago

+2 is used on magazines to denote issue number and on older comic books. +5 is used on comic books to denote printing, variant, and issue number. It's used on books to denote retail price.

Both are often used in other capacities as well, but I won't research to list them all.

I would love to see Google add native support for these barcode extensions. Apple's built-in vision barcode scanner doesn't have either of these, and it would give me a reason to move to Google's ML implementation on both Android and iOS for my apps.

zhouyiself commented 3 years ago

Thanks for the feature request. We'll discuss this internally and come up with a plan, so please stay tuned.

aoeuidh commented 2 months ago

Is there any update on this feature? We'd benefit from this, too. We're currently using zxing, but would love to move to something more actively supported. However, the lack of the UPC extensions is the only thing preventing us from doing so.