diff --git a/src/eynollah/cli/cli_ocr.py b/src/eynollah/cli/cli_ocr.py index eb94dcc..406af61 100644 --- a/src/eynollah/cli/cli_ocr.py +++ b/src/eynollah/cli/cli_ocr.py @@ -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(