From f3b110f92afc36cf42d5a587363dbd5c48d7eaf0 Mon Sep 17 00:00:00 2001 From: Michele Dolfi Date: Fri, 7 Mar 2025 14:22:32 +0100 Subject: [PATCH] fix help message Signed-off-by: Michele Dolfi --- docling/cli/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docling/cli/main.py b/docling/cli/main.py index 6686da9a..a2c28fd7 100644 --- a/docling/cli/main.py +++ b/docling/cli/main.py @@ -245,7 +245,7 @@ def convert( typer.Option( ..., "--abort-on-error/--no-abort-on-error", - help="If enabled, the bitmap content will be processed using OCR.", + help="If enabled, the processing will be aborted when the first error is encountered.", ), ] = False, output: Annotated[