Skip to content

Commit

Permalink
allow to run tesseract choco script
Browse files Browse the repository at this point in the history
by adding -y flag
  • Loading branch information
bosd authored Jul 25, 2024
1 parent b5259a2 commit d44f7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt update
sudo apt install tesseract-ocr poppler-utils imagemagick ghostscript
sudo apt install tesseract-ocr poppler-utils imagemagick ghostscript -y
pip install -U ocrmypdf
- name: Install system dependencies (Windows)
Expand Down

0 comments on commit d44f7f3

Please sign in to comment.