hatamiarash7 / openalpr
OpenALPR Library for Laravel
1.3
2019-02-13 13:55 UTC
Requires
- php: ^7.0
- illuminate/events: 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*
- illuminate/session: 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*
- illuminate/support: 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*
- intervention/image: dev-master|~2,>=2.2.0
This package is auto-updated.
Last update: 2024-11-13 08:17:07 UTC
README
It's an OpenALPR package for Laravel. You can easily use this in your project.
Installation
OpenALPR is a cross-platform project that you can run it on Windows, Linux or MacOS. First you should install core package of OpenALPR.
Linux
sudo apt-get update && sudo apt-get install -y openalpr openalpr-daemon openalpr-utils libopenalpr-dev tesseract-ocr
Windows
- Install python ( 64-bit )
- Donwload 64-bit SDK here and extract that
- Add extracted folder to your PATH
Test
You can test alpr by running this command :
alpr --version
Installation ( Laravel )
Include package into your project using composer
composer require hatamiarash7/openalpr
Publish the package config file
php artisan vendor:publish --provider="Hatamiarash7\OpenALPR\OpenALPRServiceProvider"
Usage
Local
OpenALPR::recognize("licence.jpg")
From URL
OpenALPR::recognize("http://example.com/licence.jpg")
Sample
There is a sample laravel project. Check it and write your awesome project
OpenLaravel-OpenALPR
Support
Contributing
- Fork it !
- Create your feature branch :
git checkout -b my-new-feature
- Commit your changes :
git commit -am 'Add some feature'
- Push to the branch :
git push origin my-new-feature
- Submit a pull request :D
Issues
Each project may have many problems. Contributing to the better development of this project by reporting them.