Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tzepart/qr-decoder


https://github.com/tzepart/qr-decoder

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# QR decoder

This is QR decoder on base [this QR-decoder](https://github.com/khanamiryan/php-qrcode-detector-decoder)
with function of precompression.

Example console command for precompression for directory:

`./bin/console.php --path data/good_data/ --compress="yes"`

Example console command for precompression for separate file:

`./bin/console.php --path data/good_data/check_1.jpg --compress="yes"`


Example Using without console command

```php
getResults($compressFlag);
var_dump($results); //output decoding results
```