mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 00:31:20 +00:00
tesseract: Add new features and fix TESSDATA_PREFIX (#2731)
Closes #2726
This commit is contained in:
parent
4026d6e3ac
commit
9d9fe1ef19
@ -16,8 +16,12 @@
|
||||
"ambiguous_words.exe",
|
||||
"classifier_tester.exe",
|
||||
"cntraining.exe",
|
||||
"combine_lang_model.exe",
|
||||
"combine_tessdata.exe",
|
||||
"dawg2wordlist.exe",
|
||||
"lstmeval.exe",
|
||||
"lstmtraining.exe",
|
||||
"merge_unicharsets.exe",
|
||||
"mftraining.exe",
|
||||
"set_unicharset_properties.exe",
|
||||
"shapeclustering.exe",
|
||||
@ -27,7 +31,7 @@
|
||||
"wordlist2dawg.exe"
|
||||
],
|
||||
"env_set": {
|
||||
"TESSDATA_PREFIX": "$dir"
|
||||
"TESSDATA_PREFIX": "$persist_dir\\tessdata"
|
||||
},
|
||||
"persist": [
|
||||
"tessdata"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user