From 6ac37af2f81b2ed9cfe3962a4735666e1fd75140 Mon Sep 17 00:00:00 2001 From: vahidrezanezhad Date: Wed, 3 Dec 2025 14:11:47 +0100 Subject: [PATCH] Fix eynollah ocr --help so it works again --- src/eynollah/cli/cli_ocr.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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(