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

not woking

survetej94 opened this issue · comments

getting below error
Fatal error: Uncaught exception 'ImagickException' with message 'UnableToOpenBlob `/qr.png': No such file or directory @ error/blob.c/OpenBlob/2702' in C:\xampp\htdocs\qrread\vendor\libern\qr-code-reader\src\lib\QrReader.php:69 Stack trace: #0 C

Seams like the path to your image is wrong. Try using DIRECTORY_SEPARATOR instead a slash or backslash and proof that your script can access the image.