mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-09 03:39:55 +02:00
ci: install tesseract (again)
This commit is contained in:
parent
404fc707ae
commit
710f2096ef
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ jobs:
|
||||||
docker:
|
docker:
|
||||||
- image: ubuntu:18.04
|
- image: ubuntu:18.04
|
||||||
steps:
|
steps:
|
||||||
- run: apt-get update ; apt-get install -y make git curl python3-pip
|
- run: apt-get update ; apt-get install -y make git curl python3 python3-pip libtesseract-dev libleptonica-dev tesseract-ocr-eng tesseract-ocr wget
|
||||||
- checkout
|
- checkout
|
||||||
- run: make install PIP_INSTALL="pip3 install"
|
- run: make install PIP_INSTALL="pip3 install"
|
||||||
- run: pip3 install -r requirements-test.txt
|
- run: pip3 install -r requirements-test.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue