mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-12-09 12:44:12 +01:00
Fix eynollah ocr --help so it works again
This commit is contained in:
parent
d687d862d6
commit
6ac37af2f8
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