Spaces:
Sleeping
Sleeping
Update install.sh
Browse files- install.sh +1 -8
install.sh
CHANGED
|
@@ -6,11 +6,4 @@ which tesseract
|
|
| 6 |
tesseract --version
|
| 7 |
apt-get update
|
| 8 |
apt-get install -y tesseract-ocr
|
| 9 |
-
apt-get install -y tesseract-ocr-eng
|
| 10 |
-
#!/bin/bash
|
| 11 |
-
apt-get update
|
| 12 |
-
apt-get install -y tesseract-ocr
|
| 13 |
-
apt-get install -y libtesseract-dev
|
| 14 |
-
apt-get install -y tesseract-ocr-eng
|
| 15 |
-
apt-get install -y poppler-utils
|
| 16 |
-
apt-get install -y libgl1
|
|
|
|
| 6 |
tesseract --version
|
| 7 |
apt-get update
|
| 8 |
apt-get install -y tesseract-ocr
|
| 9 |
+
apt-get install -y tesseract-ocr-eng
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|