Added links to OpenALPR doc

This commit is contained in:
Matthew Hill
2015-12-14 21:38:34 -05:00
parent 2452bf11d7
commit 387e515f1c

View File

@@ -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
-----------