Add tesseract and unpaper to travis-ci for automated tests

This commit is contained in:
Wolf-Bastian Pöttner 2018-02-03 00:18:58 +01:00
parent acfacaac4f
commit 3a4626a3e2

View File

@ -2,7 +2,7 @@ language: python
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libpoppler-cpp-dev
- sudo apt-get install -qq libpoppler-cpp-dev unpaper tesseract-ocr tesseract-ocr-eng
sudo: false