qreader
qreader copied to clipboard
A pure python reader for QR codes
- 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...
hello please help me with the attached image I get the error error: could not find one of the edges (bottom-left) 
Original data is: 1vUbW3ML_dCjQfjljeAfOm3O6QZdg-zJN:EVXcqD3fug8PlCiVR66aBA==:SbM-jwxOnfLzGy0j My output is: {5aw6XU`b\G3cI]F\R?f4FcaJRAa6m:m
I get the following traceback for the image: `iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAIAAABLixI0AAAA70lEQVR4nI1USxaEMAgrfb3/lZlF\nHUwToLLwKZ8QPjJGJu7u7vFOytCQLLWZGaFU+ShqNfFbGRoz67Oua2aFqGRWBjOLtBVxktV4YHVB\nEGl+4ovzqp5JKaXhz+I7hTXO7qbBARrToAq2THTVJcC6KpoYe2x5uKoGTZiAnfRHwXcaXArk7pNA\ntVKdHfXrNTWDVxSt/aCSVpfSUbIY+GIhF2JUNbShn/gRwa66vVjNQus2pVeIlGWqqxV70t3VFKJi\n8Wj67mj+BGIMd7/f1QE/LBGkZpV3dQtd16BGd3H7lHc1/CIGcf08sJ2k/aJPXcYfgR/k3sjUolAA\nAAAASUVORK5CYII=` ```Traceback (most recent call last): File "", line 1, in File "qreader/api.py", line 26, in read return QRDecoder(data).get_first() File "qreader/decoder.py", line...
Bug
I have a problem while scanning this QRCode :  By using `import qreader` `qreader.read("qrcode.png")` The issue : ``` Traceback (most recent call last): File "", line 1, in File...
I tried it on a several QR code and it failed. ``` $ python -c "import qreader; qreader.read('qr.png')" Traceback (most recent call last): File "", line 1, in File "qreader/api.py",...
Hey evino: Thank u for sharing the python source code for QR code reader. I wanna to check it out whether your Qreader project supporting high version of QR code?...
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".