fix enable option

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi 2025-02-24 12:53:46 +01:00
parent 3b9b675a4f
commit 3844f2a5cb

View File

@ -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,