cozmo / jsQR

A pure javascript QR code reading library. This library takes in raw images and will locate, extract and parse any QR code found within.
https://cozmo.github.io/jsQR/
Apache License 2.0
3.64k stars 602 forks source link

pdf417 support #160

Closed qialex closed 4 years ago

qialex commented 4 years ago

is there any plan to support pdf417?

cozmo commented 4 years ago

Not currently, no. And if we were to, it'd probably be part of a different repo, I don't have any plans for jsQR to become an omnibus barcode scanning library.

Sorry!