From 02a2952d7d888c2a17cb5031b54fd7b758724c66 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Sun, 2 Dec 2018 15:10:20 +0100 Subject: [PATCH] Fix travis ocr languages The tests need German language support for Tesseract --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7c0082a24..91ccc181f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python before_install: - sudo apt-get update -qq -- sudo apt-get install -qq libpoppler-cpp-dev unpaper tesseract-ocr tesseract-ocr-eng tesseract-ocr-cat +- sudo apt-get install -qq libpoppler-cpp-dev unpaper tesseract-ocr tesseract-ocr-eng tesseract-ocr-cat tesseract-ocr-deu sudo: false