mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/ocr.git
synced 2025-02-28 21:22:37 +00:00
Remove useless help messages
This commit is contained in:
parent
46bb0efd14
commit
9fb88d84fe
@ -9,13 +9,11 @@ parser = argparse.ArgumentParser(description='hocrtotei merges several hOCR file
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'i',
|
'i',
|
||||||
metavar='hOCR-sourcefile',
|
metavar='hOCR-sourcefile',
|
||||||
help='Input file in hOCR file format.',
|
|
||||||
nargs='+'
|
nargs='+'
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'o',
|
'o',
|
||||||
metavar='TEI-destfile',
|
metavar='TEI-destfile',
|
||||||
help='Output file.'
|
|
||||||
)
|
)
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user