mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-01 23:12:20 +00:00
Merge branch 'mao1/code_equation_model' of https://github.com/DS4SD/docling into mao1/code_equation_model
This commit is contained in:
commit
2c35b57e34
@ -97,7 +97,7 @@ class StandardPdfPipeline(PaginatedPipeline):
|
||||
CodeFormulaModel(
|
||||
enabled=pipeline_options.do_code_enrichment
|
||||
or pipeline_options.do_formula_enrichment,
|
||||
artifacts_path=None,
|
||||
artifacts_path=pipeline_options.artifacts_path,
|
||||
options=CodeFormulaModelOptions(
|
||||
do_code_enrichment=pipeline_options.do_code_enrichment,
|
||||
do_formula_enrichment=pipeline_options.do_formula_enrichment,
|
||||
|
Loading…
Reference in New Issue
Block a user