fix merge typo

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi 2025-02-12 17:19:57 +01:00
parent 4d403a6b0f
commit 7a7cc1856b

View File

@ -70,7 +70,7 @@ def main():
input_doc_path = Path("./tests/data/pdf/2206.01062.pdf")
pipeline_options = PdfPipelineOptions(
allow_remote_services=True # <-- this is required!
enable_remote_services=True # <-- this is required!
)
pipeline_options.do_picture_description = True