summaryrefslogtreecommitdiff
path: root/cmd/rescribe/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/rescribe/main.go')
-rw-r--r--cmd/rescribe/main.go2
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() {