🚧 Fix help text

feat/flex-line-dirs
Gerber, Mike 3 weeks ago
parent 323b389ef9
commit 04512dcd78

@ -243,7 +243,7 @@ def process_dir(
@click.option(
"--plain-encoding",
default="autodetect",
help='Encoding (e.g. "utf-8") of plain text files',
help='Encoding (e.g. "utf-8") of plain text files',
)
@click.option("--progress", default=False, is_flag=True, help="Show progress bar")
@click.version_option()

@ -216,7 +216,7 @@ def process(
@click.option(
"--plain-encoding",
default="autodetect",
help='Encoding (e.g. "utf-8") of plain text files',
help='Encoding (e.g. "utf-8") of plain text files',
)
def main(gt, ocr, report_prefix, metrics, gt_suffix, ocr_suffix, plain_encoding):
"""

Loading…
Cancel
Save