diff options
author | Nick White <git@njw.name> | 2021-03-16 12:26:18 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-03-16 12:26:18 +0000 |
commit | 8ab178eaa23215c8f5ac41ca36f7863d56d06cf3 (patch) | |
tree | ec89880fd8c4b89e6cf2c96c81544c24732f8876 /cmd | |
parent | 866aa409f8844ab2cb8d578672a703b4ddead30c (diff) |
rescribe: change default training directory to trainings/v0.3.3
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/rescribe/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rescribe/main.go b/cmd/rescribe/main.go index 07eeaf0..a471b1f 100644 --- a/cmd/rescribe/main.go +++ b/cmd/rescribe/main.go @@ -87,7 +87,7 @@ func main() { } verbose := flag.Bool("v", false, "verbose") - training := flag.String("t", "training/rescribev7_fast.traineddata", "path to the tesseract training file to use") + training := flag.String("t", "trainings/rescribev7_fast.traineddata", "path to the tesseract training file to use") 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.") flag.Usage = func() { |