Skip to content

Commit

Permalink
tesseract install
Browse files Browse the repository at this point in the history
Signed-off-by: David Anyatonwu <[email protected]>
  • Loading branch information
onyedikachi-david committed Sep 9, 2024
1 parent 94ed87c commit 50c20af
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,19 @@ jobs:
Write-Warning "Scream audio device not found. TEST_AUDIO_DEVICE will not be set."
}
- name: Install Tesseract OCR
run: |
choco install tesseract
refreshenv
tesseract --version
- name: Setup and run CLI (Windows)
shell: pwsh
run: |
# Add Tesseract to PATH
$env:Path += ";C:\Program Files\Tesseract-OCR"
tesseract --version
$env:RUST_LOG = "trace,screenpipe=trace,screenpipe_audio=trace"
$env:RUST_BACKTRACE = "full"
New-Item -ItemType Directory -Force -Path .\test_data\logs
Expand Down

0 comments on commit 50c20af

Please sign in to comment.