Fix eynollah ocr --help so it works again

This commit is contained in:
vahidrezanezhad 2025-12-03 14:11:47 +01:00
parent d687d862d6
commit 6ac37af2f8

View file

@ -16,15 +16,7 @@ import click
@click.option(
"--dir_in_bin",
"-dib",
help=("""
directory of binarized images (in addition to --dir_in for RGB
images; filename stems must match the RGB image files, with '.png'
\n
Perform prediction using both RGB and binary images.
(This does not necessarily improve results, however it may be beneficial
for certain document images.
"""),
help=("directory of binarized images (in addition to --dir_in for RGB images; filename stems must match the RGB image files, with '.png' \n Perform prediction using both RGB and binary images. (This does not necessarily improve results, however it may be beneficial for certain document images."),
type=click.Path(exists=True, file_okay=False),
)
@click.option(