khanamiryan / php-qrcode-detector-decoder

This is a PHP library to detect and decode QR-codes. This is first and only QR code reader that works without extensions.
Apache License 2.0
1.38k stars 324 forks source link

when a part of photo is the qr code,decode not work #117

Open faniuta opened 2 years ago

faniuta commented 2 years ago

I have a lot of photos with a specific format. A part of each photo is the QR code. And I want to read all of this and decode the QR code section and save the decoded information in the database I am currently using this package, but this package only works properly when the image contains only QR code. otherwise the decoding will not be done and it will return false value. but in online decoder(https://zxing.org/w/decode.jspx), the full image is uploaded and the relevant data is correctly detected.

WhatsApp Image 2021-12-13 at 13 12 26