From d448095ae998d18988a9bc39962f37d5d032b09b Mon Sep 17 00:00:00 2001 From: Amin Cheloh Date: Sun, 22 May 2016 19:45:54 +0700 Subject: [PATCH] update Tesseract OCR url to github --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66e06bd..c65351c 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ OpenALPR compiles and runs on Linux, Mac OSX and Windows. OpenALPR requires the following additional libraries: - - Tesseract OCR v3.0.3 (https://code.google.com/p/tesseract-ocr/) + - Tesseract OCR v3.0.3 (https://github.com/tesseract-ocr/tesseract) - OpenCV v2.4.8+ (http://opencv.org/) After cloning this GitHub repository, you should download and extract Tesseract and OpenCV source code into their own directories. Compile both libraries.