NaturalHistoryMuseum / pyzbar

Read one-dimensional barcodes and QR codes from Python 2 and 3.
MIT License
718 stars 175 forks source link

Support new zbar features on Windows #120

Open quicklizard99 opened 2 years ago

quicklizard99 commented 2 years ago

Development of the original zbar stopped in 2012. Development was started again in 2019 under a new project that has added some new features, including support for decoding barcode orientation. The zbar DLLs that are included with our Windows wheels are built from the original project and so do not include support for decoding barcode orientation.