From d1e9aac26c6985dc58067f6006b77cffbdf5ade7 Mon Sep 17 00:00:00 2001 From: Moe Date: Mon, 4 Mar 2019 11:31:09 -0800 Subject: [PATCH] fix tesseract libs for openalpr installer --- INSTALL/openalpr-gpu-easy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INSTALL/openalpr-gpu-easy.sh b/INSTALL/openalpr-gpu-easy.sh index f78e3615..06903f19 100644 --- a/INSTALL/openalpr-gpu-easy.sh +++ b/INSTALL/openalpr-gpu-easy.sh @@ -9,6 +9,9 @@ if ! [ -x "$(command -v opencv_version)" ]; then else echo "OpenCV found... : $(opencv_version)" fi +# get tesseract repo because ubuntu repo is serving a broken version +sudo add-apt-repository ppa:alex-p/tesseract-ocr -y +sudo apt-get update # this includes all the ones missing from OpenALPR's guide. sudo apt install libtesseract-dev git cmake build-essential libleptonica-dev -y sudo apt install liblog4cplus-dev libcurl3-dev -y