diff --git a/docling/cli/main.py b/docling/cli/main.py index 3653da23..a19b6dac 100644 --- a/docling/cli/main.py +++ b/docling/cli/main.py @@ -403,7 +403,7 @@ def convert( # noqa: C901 ] = None, pdf_backend: Annotated[ PdfBackend, typer.Option(..., help="The PDF backend to use.") - ] = PdfBackend.DLPARSE_V2, + ] = PdfBackend.DLPARSE_V4, table_mode: Annotated[ TableFormerMode, typer.Option(..., help="The mode to use in the table structure model."),