mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-31 14:34:40 +00:00
fix enable option
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
3b9b675a4f
commit
3844f2a5cb
@ -166,7 +166,7 @@ class StandardPdfPipeline(PaginatedPipeline):
|
||||
)
|
||||
|
||||
return options_cls(
|
||||
enabled=self.pipeline_options.do_ocr,
|
||||
enabled=self.pipeline_options.do_picture_description,
|
||||
enable_remote_services=self.pipeline_options.enable_remote_services,
|
||||
artifacts_path=artifacts_path,
|
||||
options=self.pipeline_options.picture_description_options,
|
||||
|
Loading…
Reference in New Issue
Block a user