forked from shell-raiser/Parsify-WebApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitpod.yml
6 lines (5 loc) · 1.02 KB
/
.gitpod.yml
1
2
3
4
5
6
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.
tasks:
- init: sudo apt update && sudo apt install tesseract-ocr imagemagick ghostscript poppler-utils GraphicsMagick -y; npm install; sudo wget -P /usr/share/tesseract-ocr/4.00/tessdata/ https://github.com/tesseract-ocr/tessdata/raw/4.00/hin.traineddata https://github.com/tesseract-ocr/tessdata/raw/4.00/tam.traineddata https://github.com/tesseract-ocr/tessdata/raw/4.00/pan.traineddata https://github.com/tesseract-ocr/tessdata/raw/4.00/ori.traineddata https://github.com/tesseract-ocr/tessdata/raw/4.00/mar.traineddata https://github.com/tesseract-ocr/tessdata/raw/4.00/mal.traineddata https://github.com/tesseract-ocr/tessdata/raw/4.00/kan.traineddata https://github.com/tesseract-ocr/tessdata/raw/4.00/guj.traineddata https://github.com/tesseract-ocr/tessdata/raw/4.00/tel.traineddata