QRCodeReader icon indicating copy to clipboard operation
QRCodeReader copied to clipboard

:white_square_button: The Aim of the project is to detect and extract QR code from the images

Results 4 QRCodeReader issues
Sort by recently updated
recently updated
newest added

Don't know if you are still maintaining this project. But I found something that might improve this program. In Imagehandler.py line 56, it seems you convert the raw image to...

1. The program `call.py` shows an error for an input containing no QR, which need to be handled. 2. When an input image contains a rotated image(rotated by some angle),...

help wanted

This spins off issue #19 After testing with several images without QR code, I've seen 3 different outcomes (there might be more I have not discovered). I'm new to this...

bug
help wanted

Is it possible to have QRcode with multiple data channels to store 3x data? Possible data splitter: `def splitting(data): [return b"0"+data[0::3], b"1"+data[1::3], b"2"+data[2::3]]` And then run those through a QRcode...