We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86556d8 commit 89820d0Copy full SHA for 89820d0
docling/cli/main.py
@@ -403,7 +403,7 @@ def convert( # noqa: C901
403
] = None,
404
pdf_backend: Annotated[
405
PdfBackend, typer.Option(..., help="The PDF backend to use.")
406
- ] = PdfBackend.DLPARSE_V2,
+ ] = PdfBackend.DLPARSE_V4,
407
table_mode: Annotated[
408
TableFormerMode,
409
typer.Option(..., help="The mode to use in the table structure model."),
0 commit comments