qreader
qreader copied to clipboard
Fix/enhancement for some failed QR decoding - Interleaving, size calculation, import error, mode zero
- Implemented de-interleaving of blocks for QR versions & error correction levels which have more than 1 block
- Fixed issue with calculating size of QR code from Wikipedia article
- Added handling of mode 0
- Fix Iterator import to work in Python 3.10
- Decoder now tries to follow iter protocol
Fixes Bug #6 Fixes Bug #8
Fixes Bug #3 - The QR image in the bug needed large block handling
Fixes Bug #2 - Reads larger QR code images
Fixes Bug #11 - Error when QR code is a small part of a very long and wide image