Skip to content

Commit

Permalink
change tesseract version
Browse files Browse the repository at this point in the history
  • Loading branch information
dickreuter committed Dec 7, 2023
1 parent ad8615a commit ceddc8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
with:
python-version: '3.11.5'

- name: Install Tesseract 3.04.00
- name: Install Tesseract
run: |
choco install tesseract --version=3.04.00
choco install tesseract
echo "C:\Program Files\Tesseract-OCR" >> $GITHUB_PATH
- name: Refresh Environment
Expand Down

0 comments on commit ceddc8c

Please sign in to comment.