Update on_startup.sh
Browse files- on_startup.sh +0 -1
on_startup.sh
CHANGED
@@ -4,7 +4,6 @@ pip install opencv-python
|
|
4 |
pip install pdf2image
|
5 |
sudo apt install tesseract-ocr
|
6 |
sudo apt install libtesseract-dev
|
7 |
-
pip install pytesseract
|
8 |
pip install -r https://raw.githubusercontent.com/stafazzoli/FarsiOCR/master/requirements.txt
|
9 |
sudo apt update && apt upgrade
|
10 |
sudo apt-get update && apt-get install libgl1
|
|
|
4 |
pip install pdf2image
|
5 |
sudo apt install tesseract-ocr
|
6 |
sudo apt install libtesseract-dev
|
|
|
7 |
pip install -r https://raw.githubusercontent.com/stafazzoli/FarsiOCR/master/requirements.txt
|
8 |
sudo apt update && apt upgrade
|
9 |
sudo apt-get update && apt-get install libgl1
|