Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
Odrec committed May 24, 2017
1 parent f77773e commit 906c97b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,22 @@ pip install -r requirements.txt

Additionally you need these external programas installed:

-ghostscript
-ghostscript:
```
sudo apt-get install ghostscript
```

-tesseract*
```
sudo apt-get install tesseract-ocr
sudo apt-get install tesseract-ocr-all
```

-pdfinfo
```
sudo apt-get install poppler-utils
```

*these external programs are not used in this version of the prototype but they will possibly be used on future updates so this requirement could change.

Expand Down

0 comments on commit 906c97b

Please sign in to comment.