From f1d135e3e7d413f88ed0d4463c85358f873b6f0e Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Wed, 16 Dec 2015 18:21:40 -0500 Subject: [PATCH] Added extra description for python package --- distros/debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/distros/debian/control b/distros/debian/control index c117ad8..472eefa 100644 --- a/distros/debian/control +++ b/distros/debian/control @@ -98,4 +98,6 @@ Description: Python binding for OpenALPR library OpenALPR is an open source Automatic License Plate Recognition library written 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. - + . + The Python package allows Python code to interface with OpenALPR directly via + native Python bindings.