summaryrefslogtreecommitdiff
path: root/cmd/bookpipeline
diff options
context:
space:
mode:
authorNick White <git@njw.name>2019-12-11 15:59:29 +0000
committerNick White <git@njw.name>2019-12-11 15:59:29 +0000
commit162b3a11fb679adcd1918766d116b8eaa867063e (patch)
treea3a5cc3d2a7cacbbb8573b17709112bc372b47a3 /cmd/bookpipeline
parentaee651e282c7a9aecd8f25a5e306cdd695325068 (diff)
Clarify use of -training in tools
Diffstat (limited to 'cmd/bookpipeline')
-rw-r--r--cmd/bookpipeline/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/bookpipeline/main.go b/cmd/bookpipeline/main.go
index 425b6a6..75433fb 100644
--- a/cmd/bookpipeline/main.go
+++ b/cmd/bookpipeline/main.go
@@ -626,7 +626,7 @@ func processBook(msg bookpipeline.Qmsg, conn Pipeliner, process func(chan string
func main() {
verbose := flag.Bool("v", false, "verbose")
- training := flag.String("t", "rescribealphav5", "tesseract training file to use")
+ training := flag.String("t", "rescribealphav5", "default tesseract training file to use (without the .traineddata part)")
nopreproc := flag.Bool("np", false, "disable preprocessing")
nowipe := flag.Bool("nw", false, "disable wipeonly")
noocr := flag.Bool("no", false, "disable ocr")