From 031758d38e184cc81f42b3ac35199647e8f6f9a7 Mon Sep 17 00:00:00 2001 From: Louis Beaumont Date: Sat, 3 Aug 2024 09:25:53 +0200 Subject: [PATCH] feat: windows native ocr --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3504f19..90b45836 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: Copy test image run: | mkdir -p target/debug/deps - cp tests/testing_OCR.png target/debug/deps/ + cp screenpipe-vision/tests/testing_OCR.png target/debug/deps/ - name: Run tests run: cargo test @@ -60,5 +60,10 @@ jobs: # - name: Run tests # run: cargo test + - name: Copy test image + run: | + mkdir -p target/debug/deps + cp screenpipe-vision/tests/testing_OCR.png target/debug/deps/ + - name: Run specific Windows OCR test run: cargo test test_process_ocr_task_windows