mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
docs: optimize docs for SEO
This commit is contained in:
@@ -1,18 +1,27 @@
|
||||
---
|
||||
description: >-
|
||||
OpenALPR plugin for Cordova and Ionic. This Cordova plugin adds support for the OpenALPR (Automatic License Plate Recognition) library, which provides support…
|
||||
---
|
||||
|
||||
# OpenALPR
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-openalpr
|
||||
$ npm install @awesome-cordova-plugins/openalpr
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/openalpr/)
|
||||
|
||||
Plugin Repo: [https://github.com/iMicknl/cordova-plugin-openalpr](https://github.com/iMicknl/cordova-plugin-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.
|
||||
|
||||
## Supported platforms
|
||||
## 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)
|
||||
|
||||
Reference in New Issue
Block a user