EddieLa / JOB

A Barcode scanner capapable of reading Code128, Code93, Code39, Standard/Industrial 2 of 5, Interleaved 2 of 5, Codabar and EAN-13 barcodes in javascript.
http://eddiela.github.io/JOB
600 stars 204 forks source link

Can't decode a VIN barcode #24

Closed TravisDart closed 9 years ago

TravisDart commented 9 years ago

JOB.js will correctly locate a VIN barcode, but won't decode it.

Example VIN barcodes: http://s793.photobucket.com/user/grahalau/media/IMG_1829.jpg.html http://www.acorninsure.co.uk/car-insurance/chassis-number-insurance/

This reader doesn't seem to have a problem reading them. (It says it's a Code39 barcode.) http://www.onlinebarcodereader.com/en.html

EddieLa commented 9 years ago

I'll take a look at it.

EddieLa commented 9 years ago

The issue is simply that it fails to decode, nothing to do with it being of VIN type as far as I can tell.