mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 12:48:28 +00:00
perf: use docling-parse-v4 as default (#2503)
use doclnig-parse-v4 as default Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
@@ -403,7 +403,7 @@ def convert( # noqa: C901
|
|||||||
] = None,
|
] = None,
|
||||||
pdf_backend: Annotated[
|
pdf_backend: Annotated[
|
||||||
PdfBackend, typer.Option(..., help="The PDF backend to use.")
|
PdfBackend, typer.Option(..., help="The PDF backend to use.")
|
||||||
] = PdfBackend.DLPARSE_V2,
|
] = PdfBackend.DLPARSE_V4,
|
||||||
table_mode: Annotated[
|
table_mode: Annotated[
|
||||||
TableFormerMode,
|
TableFormerMode,
|
||||||
typer.Option(..., help="The mode to use in the table structure model."),
|
typer.Option(..., help="The mode to use in the table structure model."),
|
||||||
|
|||||||
Reference in New Issue
Block a user