mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-11-20 09:56:02 -05:00
use tesseract instead of gocr
Signed-off-by: hrj <harshad.rj@gmail.com>
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -21,4 +21,4 @@ jobs:
|
||||
- name: Run linter
|
||||
run: sbt "scalafixAll --check"
|
||||
- name: Run locust tests
|
||||
run: sudo apt-get install -y gocr && ./tests/run.sh
|
||||
run: sudo apt-get install -y tesseract-ocr && ./tests/run.sh
|
||||
|
||||
Reference in New Issue
Block a user