From 9d7991857ca2ca2eee4e63d81b6715cc4d373407 Mon Sep 17 00:00:00 2001 From: Matthew Hill Date: Wed, 22 Apr 2015 23:26:10 -0400 Subject: [PATCH] Updated readme Added "video" to description and updated demo link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4556ad4..05f8bd3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ openalpr ======== -OpenALPR is an open source *Automatic License Plate Recognition* library written in C++ with bindings in C#, Java, and Python. The library analyzes images and identifies license plates. The output is the text representation of any license plate characters found in the image. +OpenALPR is an open source *Automatic License Plate Recognition* library written in C++ with bindings in C#, Java, and Python. The library analyzes images and video streams to identify license plates. The output is the text representation of any license plate characters. -Check out a live online demo here: http://www.openalpr.com/demo.html +Check out a live online demo here: http://www.openalpr.com/demo-image.html User Guide -----------