Add unpaper as another pre-processing step

This commit is contained in:
Pit Kleyersburg
2016-02-16 10:49:55 +01:00
parent 0e2d8cc0d8
commit fb36a49c26
5 changed files with 53 additions and 36 deletions

View File

@@ -5,7 +5,7 @@ apt-get update
apt-get build-dep -y python-imaging
apt-get install -y libjpeg8 libjpeg62-dev libfreetype6 libfreetype6-dev
apt-get install -y build-essential python3-dev python3-pip sqlite3 libsqlite3-dev git
apt-get install -y tesseract-ocr tesseract-ocr-eng imagemagick
apt-get install -y tesseract-ocr tesseract-ocr-eng imagemagick unpaper
# Python dependencies
pip3 install -r /opt/paperless/requirements.txt