how to scan barcode with square character on start and end of code quagga.js

363 views Asked by At

I implemented a barcode reader functionality on my website with the Quagga.js javascript library which reads barcodes with a smartphone or computer camera, but the scanner does not convert barcodes that start and end with a rectangle character / symbol (some codes begin and end with a rectangle-like symbol). Is there something that I am not initializing or configuring well? Can someone help me please? enter image description here

1

There are 1 answers

1
Mark Warren On

That is a code93 barcode (not to be confused with code39). It is fairly unusual in the real world and most barcode readers are not configured to read it by default. Can you enable code93 in quagga.js?