serratus / quaggaJS

An advanced barcode-scanner written in JavaScript

Home Page:https://serratus.github.io/quaggaJS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EAN with Ean-5 Supplement

bjonsonSTG opened this issue · 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 ...