QReader icon indicating copy to clipboard operation
QReader copied to clipboard

Robust and Straight-Forward solution for reading difficult and tricky QR codes within images in Python. Powered by YOLOv8

Results 21 QReader issues
Sort by recently updated
recently updated
newest added

This is a issue while using AWS lambda as it doesn't allow write permissions on /var/lang/lib/python3.11/site-packages/qrdet/.model'. Can we change the directory of download to a custom path? Like i want...

I have a problem when I try using pyzbar to decode a QR image. But I had given result don't match data which I using qrcode make before. this is...

I have tried running it on [micro QRs](https://www.qrcode.com/en/codes/microqr.html) but couldn't get it to decode. Are you planning to add micro QR / ArUco / AprilTags support anytime soon? ![Micro_QR_Example](https://github.com/Eric-Canas/QReader/assets/30208165/f15418ff-cfcf-402d-8718-ea2184ab8a02) ```...

Hello! I'm trying to use qreader to detect qr code, but i got this error. How can i fix this? ![Screenshot 2024-08-01 110118](https://github.com/user-attachments/assets/16dc3e74-314a-443c-8328-e3596190b8c7)

Hi Eric, I have used your package for a small test project, and I have massive respect as it worked for me brilliantly. I'd like to request support to detect...

model_size: str. The size of the model to use. It can be 'n' (nano), 's' (small), 'm' (medium) or 'l' (large). Larger models are more accurate but slower. Default: 's'....

This adds an optional parameter to decode and detect and decode that reverses the math of the scaling, cropping, and perspective shifting of the images in order to return the...

Hello, I am working on challenging, distorted QR code detect and decode. In this particular example attached below, it seems that QReader is able to detect but not decode the...

I get this error "double free or corruption (!prev)" when reading some images converted from pdf, opened wih cv2. ``` def read_qr_page(page_path, fix): try: qreader_reader = QReader() page = cv2.imread(page_path)...

Hi! I was very impressed with the QRDet and QReader that you developed. They were extremely helpful, and I sincerely thank you for that. I have a few questions that...