From a0d83d4cfa5bf2296d23abc1e0a91d62b1364c5a Mon Sep 17 00:00:00 2001 From: Matthew Hill Date: Mon, 1 Feb 2016 19:35:10 -0500 Subject: [PATCH] Added Go to Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 415a561..2786e55 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ openalpr ======== -OpenALPR is an open source *Automatic License Plate Recognition* library written in C++ with bindings in C#, Java, Node.js, and Python. The library analyzes images and video streams to identify license plates. The output is the text representation of any license plate characters. +OpenALPR is an open source *Automatic License Plate Recognition* library written in C++ with bindings in C#, Java, Node.js, Go, 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-image.html @@ -113,7 +113,7 @@ Detailed documentation is available at [doc.openalpr.com] (http://doc.openalpr.c 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: http://doc.openalpr.com/bindings.html +OpenALPR is written in C++ and has bindings in C#, Python, Node.js, Go, and Java. Please see this guide for examples showing how to run OpenALPR in your application: http://doc.openalpr.com/bindings.html Compiling -----------