serratus/quaggaJS

Code128 Barcode recognized with error

victorfugita opened this issue · 1 comments

I was testing Quagga.JS with my application and was working fine, but yesterday i got a barcode which isn't been recognized properly.

1510538

1510538_2

The plugin's output for this barcode is '151053', missing the last '8'. Is this an issue with the plugin?

Thanks in advance.

Thanks for reporting this bug. It's actually an issue within quagga, which is caused by dropping a certain range of characters if they are part of the checksum. I already have a quick-fix at hand, but I'll try to find a better solution, since it should not affect any other barcodes.