Skip to content

Commit

Permalink
tesseract4: Update suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
HUMORCE committed Apr 23, 2023
1 parent 4de0a3c commit 144e003
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/tesseract4.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"or downloaded manually from https://github.com/tesseract-ocr/tessdata_fast"
],
"suggest": {
"tesseract-languages": "tesseract4-languages"
"tesseract-languages": "versions/tesseract4-languages"
},
"architecture": {
"64bit": {
Expand All @@ -26,6 +26,9 @@
" env \"TESSDATA_PREFIX\" $global $langdir",
"}"
],
"env_set": {
"TESSDATA_PREFIX": "$persist_dir\\tessdata"
},
"bin": [
"ambiguous_words.exe",
"classifier_tester.exe",
Expand All @@ -44,8 +47,5 @@
"unicharset_extractor.exe",
"wordlist2dawg.exe"
],
"env_set": {
"TESSDATA_PREFIX": "$persist_dir\\tessdata"
},
"persist": "tessdata"
}

0 comments on commit 144e003

Please sign in to comment.