diff --git a/docling/document_converter.py b/docling/document_converter.py index 709c8b90..2a75b29e 100644 --- a/docling/document_converter.py +++ b/docling/document_converter.py @@ -205,6 +205,7 @@ class DocumentConverter: ) # Convert to ImageFormatOption while preserving pipeline and backend options normalized_format_options[format] = ImageFormatOption( + pipeline_cls=option.pipeline_cls, pipeline_options=option.pipeline_options, backend_options=option.backend_options, )