mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-06-09 03:40:18 +02:00
📝 sbb_textline_detector: Fix help for input filename
This commit is contained in:
parent
599bbf1c86
commit
91fb2e01a6
1 changed files with 1 additions and 1 deletions
|
@ -1317,7 +1317,7 @@ class textlineerkenner:
|
|||
def main():
|
||||
parser = argparse.ArgumentParser()
|
||||
|
||||
parser.add_argument('-i', '--image', dest='inp1', default=None, help='directory of image.')
|
||||
parser.add_argument('-i', '--image', dest='inp1', default=None, help='image filename.')
|
||||
parser.add_argument('-o', '--out', dest='inp2', default=None, help='directory to write output xml data.')
|
||||
parser.add_argument('-m', '--model', dest='inp3', default=None, help='directory of models.')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue