aleris / zxing-typescript

Open-source, multi-format 1D/2D barcode image processing library ported from Java in TypeScript usable from node or browser
Apache License 2.0
80 stars 30 forks source link

pdf417 type barcode reading #11

Closed WebTestNinja closed 6 years ago

WebTestNinja commented 6 years ago

Hi,

I am working on scanning boarding pass barcode which is in format of pdf417 POC developed using Javascript/typescript web application. I need to run my application in browser and scan boarding pass to read passenger details.

Please let me of this library support pdf417 barcode reading, i have tried example of this library but seems its not working for pdf417 type bar code.

Please advise.

aleris commented 6 years ago

See here: https://github.com/aleris/zxing-typescript/projects/1

I begun working on pdf417 but I currently do not have too much time for this project so it might take a while to add it.