New addon "tesseract" for OCR

This commit is contained in:
Michael 2024-01-14 19:21:08 +00:00 committed by Hypolite Petovan
parent a179bab747
commit 4dd903b473
28 changed files with 1904 additions and 0 deletions

View file

@ -0,0 +1,14 @@
---
build: false
install:
- ps: Set-Service wuauserv -StartupType Manual
- choco install php
- choco install capture2text --version 3.9
- choco install composer
- refreshenv
- cd %APPVEYOR_BUILD_FOLDER%
- composer install
test_script:
- php tests\run.php unit e2e