robocan commited on
Commit
c4b3488
·
1 Parent(s): 9c7a4df

Update on_startup.sh

Browse files
Files changed (1) hide show
  1. on_startup.sh +1 -0
on_startup.sh CHANGED
@@ -4,6 +4,7 @@ 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
  sudo apt update && apt upgrade
9
  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
+ sudo brew install tesseract
8
  pip install pytesseract
9
  sudo apt update && apt upgrade
10
  sudo apt-get update && apt-get install libgl1