AmrElsayeh commited on
Commit
f453c61
·
1 Parent(s): efae786

Make post-install.sh executable2

Browse files
Files changed (1) hide show
  1. post-install.sh +3 -2
post-install.sh CHANGED
@@ -1,3 +1,4 @@
1
  #!/bin/bash
2
- apt-get update
3
- apt-get install -y tesseract-ocr poppler-utils
 
 
1
  #!/bin/bash
2
+ sudo apt update
3
+ sudo apt install tesseract-ocr
4
+ sudo apt install libtesseract-dev