mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
28 lines
752 B
Markdown
28 lines
752 B
Markdown
---
|
|
description: >-
|
|
OpenALPR plugin for Cordova and Ionic. This Cordova plugin adds support for the OpenALPR (Automatic License Plate Recognition) library, which provides support…
|
|
---
|
|
|
|
# OpenALPR
|
|
|
|
This Cordova plugin adds support for the OpenALPR (Automatic License Plate Recognition) library, which provides support for retrieving the license plate from a picture.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
ionic cordova plugin add cordova-plugin-openalpr
|
|
npm install @awesome-cordova-plugins/openalpr
|
|
```
|
|
|
|
**Plugin Repo:** [https://github.com/iMicknl/cordova-plugin-openalpr](https://github.com/iMicknl/cordova-plugin-openalpr)
|
|
|
|
## Supported Platforms
|
|
|
|
- Android
|
|
- iOS
|
|
|
|
## Further Information
|
|
|
|
- [Installation Guide](../../installation.md)
|
|
- [FAQ](../../faq.md)
|