hongquan / CoBang

A QR code scanner desktop app for Linux
GNU General Public License v3.0
253 stars 26 forks source link

Reading PDF 417 barcode #18

Open hongquan opened 4 years ago

hongquan commented 4 years ago

Currently, CoBang only read square QR code. It should support 2D barcode, too.

hongquan commented 4 years ago

CoBang already can read some 2D barcode, but not this one: barcode

hongquan commented 4 years ago

This type of barcode is PDF 417 and ZBar doesn't support it.

hongquan commented 4 years ago

Found zxinglight, which can read PDF-417, but there is problem in its dependency.

zxinglight depends on glassechidna/zxing-cpp, which doesn't make into Debian/Ubuntu repository. Debian/Ubuntu instead supply nu-book/zxing-cpp, which looks more actively developed.