virtualenv ./env --python=python3.9
pip install -r requirements.txt
wget https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9540/gs9540w64.exe
apt-get update && apt-get install -y ghostscript
conda install ocrmypdf
wget https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w64-setup-v5.0.0-alpha.20210811.exe
pip3 install ocrmypdf apt-get install -y tesseract-ocr
python manage.py makemigrations python manage.py migrate
python manage.py runserver