mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-01 15:02:21 +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(
|
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,
|
enable_remote_services=self.pipeline_options.enable_remote_services,
|
||||||
artifacts_path=artifacts_path,
|
artifacts_path=artifacts_path,
|
||||||
options=self.pipeline_options.picture_description_options,
|
options=self.pipeline_options.picture_description_options,
|
||||||
|
Loading…
Reference in New Issue
Block a user