qreader icon indicating copy to clipboard operation
qreader copied to clipboard

A bug

Open dondublon opened this issue 8 years ago • 1 comments

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".

dondublon avatar Jun 27 '17 15:06 dondublon

Hi, sorry for the xx-long wait.

I tried this one (generated by http://www.qr-code-generator.com/) static_qr_code_without_logo

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?

ewino avatar Nov 29 '17 20:11 ewino