tesseract: add env var SCROLLVIEW_PATH (#963)

`tesseract` requires env var `SCROLLVIEW_PATH` to be set to call .jar files (see https://tesseract-ocr.github.io/tessdoc/ViewerDebugging.html)
This commit is contained in:
jannick0 2020-04-16 15:50:30 +02:00 committed by GitHub
parent 2d822da03b
commit ae5a40e7f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,8 @@
"wordlist2dawg.exe"
],
"env_set": {
"TESSDATA_PREFIX": "$persist_dir\\tessdata"
"TESSDATA_PREFIX": "$persist_dir\\tessdata",
"SCROLLVIEW_PATH": "$persist_dir\\tessdata"
},
"persist": "tessdata",
"post_install": [