mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-02 15:32:30 +00:00
fix name of cli argument
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
d4eee87b26
commit
2909753856
@ -226,7 +226,7 @@ def convert(
|
|||||||
help="Enable the picture classification enrichment model in the pipeline.",
|
help="Enable the picture classification enrichment model in the pipeline.",
|
||||||
),
|
),
|
||||||
] = False,
|
] = False,
|
||||||
enrich_picture_desc: Annotated[
|
enrich_picture_description: Annotated[
|
||||||
bool,
|
bool,
|
||||||
typer.Option(..., help="Enable the picture description model in the pipeline."),
|
typer.Option(..., help="Enable the picture description model in the pipeline."),
|
||||||
] = False,
|
] = False,
|
||||||
@ -386,7 +386,7 @@ def convert(
|
|||||||
do_table_structure=True,
|
do_table_structure=True,
|
||||||
do_code_enrichment=enrich_code,
|
do_code_enrichment=enrich_code,
|
||||||
do_formula_enrichment=enrich_formula,
|
do_formula_enrichment=enrich_formula,
|
||||||
do_picture_description=enrich_picture_desc,
|
do_picture_description=enrich_picture_description,
|
||||||
do_picture_classification=enrich_picture_classes,
|
do_picture_classification=enrich_picture_classes,
|
||||||
document_timeout=document_timeout,
|
document_timeout=document_timeout,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user