From a2a8d9780a19d592ff37d20eb36b5a31814e34fd Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 28 Feb 2022 13:04:50 +0000 Subject: bookpipeline: Switch to rescribev9 as default training --- cmd/bookpipeline/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/bookpipeline/main.go b/cmd/bookpipeline/main.go index 4de9ea9..ad1c171 100644 --- a/cmd/bookpipeline/main.go +++ b/cmd/bookpipeline/main.go @@ -92,7 +92,7 @@ func resetTimer(t *time.Timer, d time.Duration) { func main() { verbose := flag.Bool("v", false, "verbose") - training := flag.String("t", "rescribealphav5", "default tesseract training file to use (without the .traineddata part)") + training := flag.String("t", "rescribev9", "default tesseract training file to use (without the .traineddata part)") nopreproc := flag.Bool("np", false, "disable preprocessing") nowipe := flag.Bool("nw", false, "disable wipeonly") noocrpg := flag.Bool("nop", false, "disable ocr on individual pages") -- cgit v1.2.1-24-ge1ad