robocan commited on
Commit
467846a
·
1 Parent(s): 69e9d6e

Update on_startup.sh

Browse files
Files changed (1) hide show
  1. on_startup.sh +1 -2
on_startup.sh CHANGED
@@ -4,9 +4,8 @@ pip install opencv-python
4
  pip install pdf2image
5
  sudo apt install tesseract-ocr
6
  sudo apt install libtesseract-dev
7
- sudo brew install tesseract
8
- brew install tesseract -- all languages
9
  pip install pytesseract
 
10
  sudo apt update && apt upgrade
11
  sudo apt-get update && apt-get install libgl1
12
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
 
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
11
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y