mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
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:
parent
2d822da03b
commit
ae5a40e7f3
@ -32,7 +32,8 @@
|
|||||||
"wordlist2dawg.exe"
|
"wordlist2dawg.exe"
|
||||||
],
|
],
|
||||||
"env_set": {
|
"env_set": {
|
||||||
"TESSDATA_PREFIX": "$persist_dir\\tessdata"
|
"TESSDATA_PREFIX": "$persist_dir\\tessdata",
|
||||||
|
"SCROLLVIEW_PATH": "$persist_dir\\tessdata"
|
||||||
},
|
},
|
||||||
"persist": "tessdata",
|
"persist": "tessdata",
|
||||||
"post_install": [
|
"post_install": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user