undecaf / barcode-detector-polyfill

A WebAssembly polyfill for the Barcode Detection API
MIT License
118 stars 14 forks source link

Support for pdf-417 format #19

Closed Hussseinkizz closed 3 weeks ago

Hussseinkizz commented 3 weeks ago

Hello I really like this, just curious, why doesn't this support pdf_417 format? Am not so versed in these things!

undecaf commented 3 weeks ago

This project depends on zbar-wasm which in turn is based on the ZBar Bar Code Reader. Therefore, barcode-detector-polyfill can only read barcodes supported by the ZBar Bar Code Reader. Unfortunately, PDF-417 is not supported by that project.