zbar-qrdecoder
zbar-qrdecoder copied to clipboard
A PHP wrapper for Zbar. Decodes images/photos containing QR codes.
Makes it possible to use latest symfony together with Process
Makes it possible to use latest symfony
- `ResultInterface` replaced to class `AbstractResult` - Multi-results supports from zbar-tool
When I tried to install the library via composer, I've got this error robbiep/zbar-qrdecoder 2.x-dev requires symfony/process ^3.0 but I'm currently using symfony/process[v4.1.7], can you provide an update to work...
I tried my best to get it to work but it's not happening. Apparently, it cannot find java path while being explicitly given to it,.
Supports multiple qr codes in one image?
Is it possible to get the coordinates of a scanned code? I want to remove the barcode / qr code from the image (actually, I want to crop the image...