mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 12:48:28 +00:00
fix: InputFormat.IMAGE must have correct pipeline (#2707)
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user