serratus/quaggaJS

EAN with Ean-5 Supplement

bjonsonSTG opened this issue · 3 comments

capture
The bounding box drawn in the examples, when scanning for EAN+EAN5 supplement (like on the ISBN code on the back of books) includes the 13 digit EAN code as well as the 5 digit supplement, but the returned code is only for the 13 digits. Is there a way to get the 5 digit supplement as well?

This part is not yet implemented. The difficulty lies also in the nature of the separation of these two codes. The barcode-locator feature usually sees these two as separate barcodes, depending on the image conditions. I'll look into that, but since I haven't done any research on this, it might take a while.

Thanks! I thought so ...

Finally, this feature made it to Quagga. See https://github.com/serratus/quaggaJS/releases/tag/v0.11.0