From d32796ef968322694bd2897d4ca869b10e320c48 Mon Sep 17 00:00:00 2001 From: Matthew Hill Date: Sun, 12 Jul 2015 21:10:41 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0fa2cf9..d250fd2 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,11 @@ 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 +Integrating the Library +----------------------- + +OpenALPR is written in C++ and has bindings in C#, Python, and Java. Please see this guide for examples showing how to run OpenALPR in your application: https://github.com/openalpr/openalpr/wiki/Integrating-OpenALPR + Compiling -----------