robocan commited on
Commit
806d5f8
·
1 Parent(s): b3a15d3

Update on_startup.sh

Browse files
Files changed (1) hide show
  1. on_startup.sh +1 -0
on_startup.sh CHANGED
@@ -7,6 +7,7 @@ sudo apt-get update && apt-get install libgl1
7
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
8
  sudo apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
9
  conda install -c conda-forge poppler -y
 
10
  sudo conda install -c conda-forge poppler -y
11
  sudo apt-get install -y poppler-utils
12
  apt-get install -y poppler-utils
 
7
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
8
  sudo apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
9
  conda install -c conda-forge poppler -y
10
+ sudo apt install ocrmypdf
11
  sudo conda install -c conda-forge poppler -y
12
  sudo apt-get install -y poppler-utils
13
  apt-get install -y poppler-utils