Skip to content

Commit

Permalink
tesseract: add env var SCROLLVIEW_PATH (#963)
Browse files Browse the repository at this point in the history
`tesseract` requires env var `SCROLLVIEW_PATH` to be set to call .jar files (see https://tesseract-ocr.github.io/tessdoc/ViewerDebugging.html)
  • Loading branch information
jannick0 authored Apr 16, 2020
1 parent 2d822da commit ae5a40e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bucket/tesseract.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit ae5a40e

Please sign in to comment.