mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-15 04:48:49 +00:00
New addon "tesseract" for OCR
This commit is contained in:
parent
a179bab747
commit
4dd903b473
28 changed files with 1904 additions and 0 deletions
14
tesseract/vendor/thiagoalessio/tesseract_ocr/.appveyor.yml
vendored
Normal file
14
tesseract/vendor/thiagoalessio/tesseract_ocr/.appveyor.yml
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue