Added extra description for python package

This commit is contained in:
Matt Hill
2015-12-16 18:21:40 -05:00
parent 95ccdfebef
commit f1d135e3e7

View File

@@ -98,4 +98,6 @@ Description: Python binding for OpenALPR library
OpenALPR is an open source Automatic License Plate Recognition library written OpenALPR is an open source Automatic License Plate Recognition library written
in C++. The library analyzes images and identifies license plates. The output in C++. The library analyzes images and identifies license plates. The output
is the text representation of any license plate characters found in the image. is the text representation of any license plate characters found in the image.
.
The Python package allows Python code to interface with OpenALPR directly via
native Python bindings.