Skip to content

Commit fe1cd22

Browse files
committed
add Tesseract for github action
1 parent 8cedbc1 commit fe1cd22

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/python-publish.yml

+5
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
run: |
3131
python -m pip install --upgrade pip
3232
pip install -U -r req.txt
33+
- name: Install Tesseract
34+
run: |
35+
sudo apt update
36+
sudo apt install tesseract-ocr
37+
sudo apt install libtesseract-dev
3338
- name: Install package
3439
run: pip install .
3540
- name: Test package Asyncio

0 commit comments

Comments
 (0)