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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get content, this is return false

Tinywan opened this issue · comments

HI!
The QR code image cannot be expanded if it is enlarged.

$qrcode = new QrReader($file_path);
$qrcode->text() // return false

Get content, this is return false。How can I solve this?

The following two are the same QR code

eg1: success
1111

eg2: false
2222

Probably the same as #15