js-zxing-pdf417 icon indicating copy to clipboard operation
js-zxing-pdf417 copied to clipboard

Javascript port of the PDF417 detector and decoder from http://github.com/zxing/zxing (Keywords: Barcode, PDF 417, Javascript)

js-zxing-pdf417

license

I wanted to be able to find and decode PDF417 in browser so we did a port of the excelent http://github.com/zxing/zxing PDF417 decoder.

It works with excellent quality images but additional work is needed to make it detect PDF417's more reliably but in many tests it now works better than Zxing.

Demo

http://peculiarventures.github.io/js-zxing-pdf417

Build

npm install

grunt

Requirements

This library depends on https://github.com/peterolson/BigInteger.js