khanamiryan/php-qrcode-detector-decoder

Get content, this is return false

Tinywan opened this issue · 2 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

@powtac Thinks