cordova-plugin-openalpr
Version:
This Cordova plugin adds support for the OpenALPR (Automatic License Plate Recognition) library, which provides support for retrieving the license plate from a picture.
34 lines (26 loc) • 970 B
Markdown
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
-
-
- Fix Cordova camera file_uri support for Android.
- Support for Base64 encoded image data
- Possibility to pass options to the scanner, like country and amount
- Better Ionic 3 support with `@ionic-native/openalpr`
- Updated documentation with examples
- Add extra parameter for passing options in scan() (breaking change)
## 1.0.0 - 2016-11-19
### Added
- Initial release.
- Add basic iOS support.
- Add basic Android support.
- Add NPM registry support.