From 387e515f1c07752aae1ef4585dc6714d42718b1e Mon Sep 17 00:00:00 2001 From: Matthew Hill Date: Mon, 14 Dec 2015 21:38:34 -0500 Subject: [PATCH] Added links to OpenALPR doc --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75e3ff0..415a561 100644 --- a/README.md +++ b/README.md @@ -105,10 +105,15 @@ Install OpenALPR on Ubuntu 14.04 x64 with the following commands: sudo apt-get update sudo apt-get install openalpr openalpr-daemon openalpr-utils libopenalpr-dev +Documentation +--------------- + +Detailed documentation is available at [doc.openalpr.com] (http://doc.openalpr.com/) + Integrating the Library ----------------------- -OpenALPR is written in C++ and has bindings in C#, Python, Node.js, and Java. Please see this guide for examples showing how to run OpenALPR in your application: https://github.com/openalpr/openalpr/wiki/Integrating-OpenALPR +OpenALPR is written in C++ and has bindings in C#, Python, Node.js, and Java. Please see this guide for examples showing how to run OpenALPR in your application: http://doc.openalpr.com/bindings.html Compiling -----------