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.
33 lines (32 loc) • 952 B
JSON
{
"name": "cordova-plugin-openalpr",
"version": "2.1.0",
"description": "This Cordova plugin adds support for the OpenALPR (Automatic License Plate Recognition) library, which provides support for retrieving the license plate from a picture.",
"cordova": {
"id": "cordova-plugin-openalpr",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/iMicknl/cordova-plugin-openalpr.git"
},
"keywords": [
"cordova",
"openalpr",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"author": "Mick Vleeshouwer <mick@imick.nl> (https://imick.nl)",
"contributors": [
"Melvin Versluijs <melvin.versluijs@hotmail.com> (http://melvinversluijs.com)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/iMicknl/cordova-plugin-openalpr/issues"
},
"homepage": "https://github.com/iMicknl/cordova-plugin-openalpr#readme"
}