From 91fb2e01a66ff425327c8ddbc8f29d3955cfe5f9 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 10 Oct 2019 16:25:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20sbb=5Ftextline=5Fdetector:=20Fix?= =?UTF-8?q?=20help=20for=20input=20filename?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qurator/sbb_textline_detector/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qurator/sbb_textline_detector/main.py b/qurator/sbb_textline_detector/main.py index 1701382..b09d665 100644 --- a/qurator/sbb_textline_detector/main.py +++ b/qurator/sbb_textline_detector/main.py @@ -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.')