mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-27 07:28:05 +01:00
Fix travis ocr languages
The tests need German language support for Tesseract
This commit is contained in:
parent
e3a616ebc3
commit
ec7125b6bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue