robocan commited on
Commit
ec01105
·
1 Parent(s): e1b7b71

Update on_startup.sh

Browse files
Files changed (1) hide show
  1. on_startup.sh +1 -0
on_startup.sh CHANGED
@@ -3,6 +3,7 @@ sudo pip install -U jupyter
3
  pip install opencv-python
4
  pip install pytesseract
5
  pip install pdf2image
 
6
  sudo apt update && apt upgrade
7
  sudo apt-get update && apt-get install libgl1
8
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
 
3
  pip install opencv-python
4
  pip install pytesseract
5
  pip install pdf2image
6
+ sudo apt-get install tesseract-ocr
7
  sudo apt update && apt upgrade
8
  sudo apt-get update && apt-get install libgl1
9
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y