main
sh 9 lines 258 Bytes
Raw
1 #!/bin/bash
2 set -e
3
4 echo "====================BASE PACKAGES4 START===================="
5
6 apt-get install -y --no-install-recommends \
7 tesseract-ocr tesseract-ocr-script-latn poppler-utils
8
9 echo "====================BASE PACKAGES4 END===================="