diff options
author | Nick White <git@njw.name> | 2022-02-28 13:04:50 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2022-02-28 13:04:50 +0000 |
commit | a2a8d9780a19d592ff37d20eb36b5a31814e34fd (patch) | |
tree | 90f2e887741ee342b66c552175d4c5d45c0055b7 | |
parent | 9723b4bd7083a5e58a88cf2c3f0031f5c6e59096 (diff) |
bookpipeline: Switch to rescribev9 as default training
-rw-r--r-- | cmd/bookpipeline/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
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") |