Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
ci(schedule-run): use apt pkg dataset for tesseract
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jan 12, 2025
1 parent 70017a7 commit cb581f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/schedule-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ jobs:
version: ${{ hashFiles('apt_pkgs.txt') }}
execute_install_scripts: true

- name: Download tesseract dataset
run: |
sudo mkdir -p /usr/share/tessdata
cd /usr/share/tessdata
curl -O ${{ env.TESSERACT_DATASET_URL }}
- name: Install production deps
run: uv sync --no-dev

Expand Down
1 change: 1 addition & 0 deletions apt_pkgs.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
tesseract-ocr
tesseract-ocr-eng

0 comments on commit cb581f1

Please sign in to comment.