Files
awesome-cordova-plugins/docs/plugins/openalpr/README.md
T
2026-03-21 17:08:43 -07:00

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)