From 8ab178eaa23215c8f5ac41ca36f7863d56d06cf3 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 16 Mar 2021 12:26:18 +0000 Subject: rescribe: change default training directory to trainings/ --- cmd/rescribe/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.1-24-ge1ad