File size: 632 Bytes
e08a3a6 a13b505 b3a15d3 d284d57 467846a 443384f b3a15d3 806d5f8 b3a15d3 58709d3 b3a15d3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
#!/bin/bash
sudo pip install -U jupyter
apt update && apt upgrade
conda install -c conda-forge tesseract
pip install -r https://raw.githubusercontent.com/stafazzoli/FarsiOCR/master/requirements.txt
sudo apt-get update && apt-get install libgl1
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
sudo apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
conda install -c conda-forge poppler -y
sudo apt install ocrmypdf
sudo conda install -c conda-forge poppler -y
sudo apt-get install -y poppler-utils
apt-get install -y poppler-utils
sudo apt-get update && sudo apt-get install -y ghostscript
apt install wget |