Skip to content

Commit

Permalink
Merge branch 'mao1/code_equation_model' of https://github.com/DS4SD/d…
Browse files Browse the repository at this point in the history
…ocling into mao1/code_equation_model
  • Loading branch information
Matteo-Omenetti committed Jan 24, 2025
2 parents 2af4bc1 + adcd053 commit 2c35b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docling/pipeline/standard_pdf_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def __init__(self, pipeline_options: PdfPipelineOptions):
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,
Expand Down

0 comments on commit 2c35b57

Please sign in to comment.