qreader
qreader copied to clipboard
A bug
Fine module. But it crash on Q and R letters. For example, I encode the string "Test_ a QR code". And, decoded, module returns "Test_ a".
Hi, sorry for the xx-long wait.
I tried this one (generated by http://www.qr-code-generator.com/)

And running it, it behaved as expected:
In [1]: import qreader
In [2]: qreader.read('static_qr_code_without_logo.jpg')
Out[2]: 'Test_ a QR code'
Could you please attach the bad QR image so I could reproduce this?