Skip to content

Commit 89820d0

Browse files
authored
perf: use docling-parse-v4 as default (#2503)
use doclnig-parse-v4 as default Signed-off-by: Michele Dolfi <[email protected]>
1 parent 86556d8 commit 89820d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docling/cli/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def convert( # noqa: C901
403403
] = None,
404404
pdf_backend: Annotated[
405405
PdfBackend, typer.Option(..., help="The PDF backend to use.")
406-
] = PdfBackend.DLPARSE_V2,
406+
] = PdfBackend.DLPARSE_V4,
407407
table_mode: Annotated[
408408
TableFormerMode,
409409
typer.Option(..., help="The mode to use in the table structure model."),

0 commit comments

Comments
 (0)