Skip to content

Commit

Permalink
install tesseract5 in the CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
pachadotdev committed Aug 3, 2024
1 parent 156873b commit 11223e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Install Tesseract 5
if: runner.os == 'Linux'
run: |
sudo add-apt-repository -y ppa:alex-p/tesseract-ocr5
sudo apt-get update
sudo apt-get install -y libtesseract-dev tesseract-ocr tesseract-ocr-eng
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: rcmdcheck
Expand Down

0 comments on commit 11223e4

Please sign in to comment.