From 6115b2f03dd7a52a97d02668b40bd98d07da4f41 Mon Sep 17 00:00:00 2001 From: Sharif Nassar Date: Tue, 9 Feb 2016 01:07:48 -0800 Subject: [PATCH] Add other prerequisites Vagrant setup didn't work for me unless I manually installed tesseract and ImageMagick. --- scripts/vagrant-provision | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/vagrant-provision b/scripts/vagrant-provision index bbb3ca4ce..aa6ca5e14 100644 --- a/scripts/vagrant-provision +++ b/scripts/vagrant-provision @@ -5,6 +5,7 @@ sudo apt-get update sudo apt-get build-dep -y python-imaging sudo apt-get install -y libjpeg8 libjpeg62-dev libfreetype6 libfreetype6-dev sudo apt-get install -y build-essential python3-dev python3-pip sqlite3 libsqlite3-dev git +sudo apt-get install -y tesseract-ocr tesseract-ocr-eng imagemagick # setup python project pushd /opt/paperless