diff options
author | Nick White <git@njw.name> | 2022-03-21 18:37:44 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2022-03-21 18:37:44 +0000 |
commit | a7caccdc95171bae4b269542488ed6002fc73a4f (patch) | |
tree | 75e29276665986a02c783a261dffe88b756c2f2c /cmd/rescribe/main.go | |
parent | 58ab22bd1d7bf105f3ca5546bdb1cb11dd8d8cf0 (diff) |
rescribe: Update traineddata descriptions in command line version
Diffstat (limited to 'cmd/rescribe/main.go')
-rw-r--r-- | cmd/rescribe/main.go | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/cmd/rescribe/main.go b/cmd/rescribe/main.go index 4b6fcca..4a098a2 100644 --- a/cmd/rescribe/main.go +++ b/cmd/rescribe/main.go @@ -149,11 +149,9 @@ func main() { systess := flag.Bool("systess", false, "Use the system installed Tesseract, rather than the copy embedded in rescribe.") training := flag.String("t", "rescribev8_fast.traineddata", `Path to the tesseract training file to use. These training files are included in rescribe, and are always available: -- carolinemsv1_fast.traineddata (Caroline Miniscule) -- eng.traineddata (Modern English) -- lat.traineddata (Latin modern printing) -- rescribefrav2_fast.traineddata (French historic printing) -- rescribev8_fast.traineddata (Latin historic printing) +- eng.traineddata (English, modern print) +- lat.traineddata (Latin, modern print) +- rescribev8_fast.traineddata (Latin/English/French, printed ca 1500-1800) `) tesscmd := flag.String("tesscmd", deftesscmd, "The Tesseract executable to run. You may need to set this to the full path of Tesseract.exe if you're on Windows.") wipe := flag.Bool("wipe", false, "Use wiper tool to remove noise like gutters from page before processing.") |