g4t / id-scanner
scanner
Installs: 148
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/g4t/id-scanner
Requires
- guzzlehttp/guzzle: ^7.8
README
you can get any data from any identity
Installation:
Require this package with composer using the following command:
composer require g4t/id-scanner
Usage
Add IDScanner to your Controller.
use g4t\IDScanner\Scanner;
upload identity image base64
or file
:
Scanner::scan($request->images, 'files');
OR
Scanner::scan($request->images, 'base64');
License
identity scanner laravel (OCR , MRZ , Visual and Barcode) is free software licensed under the MIT license.