Usage: ocrd-tesserocr-segment-line [OPTIONS]
Options:
-V, --version Show version
-l, --log-level [OFF|ERROR|WARN|INFO|DEBUG|TRACE]
Log level
-J, --dump-json Dump tool description as JSON and
-p, --parameter PATH
-g, --page-id TEXT ID(s) of the pages to process
-O, --output-file-grp TEXT File group(s) used as output.
-I, --input-file-grp TEXT File group(s) used as input.
-w, --working-dir TEXT Working Directory
-m, --mets TEXT METS URL to validate
--help Show this message and exit.
The log-level and dump-json options are missing, the long parameter names do not match, an unspecified -o/--OutputMets parameter was added.
For example,
ocrd-anybaseocr-binarize --help
Compare this with ocrd-tesserocr-binarize:
The
log-level
anddump-json
options are missing, the long parameter names do not match, an unspecified-o/--OutputMets
parameter was added.