mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-12-15 15:44:13 +01:00
Fix eynollah ocr --help so it works again
This commit is contained in:
parent
86d437b77b
commit
5716262629
1 changed files with 1 additions and 9 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue