Update setup.sh
Browse files
setup.sh
CHANGED
@@ -6,5 +6,6 @@ apt-get update
|
|
6 |
# Install Tesseract and required libraries
|
7 |
apt-get install -y tesseract-ocr libtesseract-dev libmagickwand-dev
|
8 |
|
9 |
-
# Check installation
|
|
|
10 |
tesseract --version
|
|
|
6 |
# Install Tesseract and required libraries
|
7 |
apt-get install -y tesseract-ocr libtesseract-dev libmagickwand-dev
|
8 |
|
9 |
+
# Check installation and get the path
|
10 |
+
which tesseract
|
11 |
tesseract --version
|