Skip to content

Commit 48848c5

Browse files
feat: command line help clarification
1 parent bbc70d7 commit 48848c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OCR/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
parser.add_argument("-i", "--image", type=str, required=True,
2828
help="Path to input image")
2929
parser.add_argument("-c", "--show-final-image", action='store_true',
30-
help="Show the final image with an overlay of the text recognised. (default: %(default)s)")
30+
help="Show the final image with an overlay of the text recognised. unnecessary if verbose mode is on. (default: %(default)s)")
3131
parser.add_argument("-t", "--text-output-filename", type=str, default='output.txt',
3232
help="File name to put the text output in. (default: %(default)s)")
3333
parser.add_argument("-f", "--image-output-filename", type=str, default='output.png',

0 commit comments

Comments
 (0)