mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-01 15:02:21 +00:00
fix merge typo
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
4d403a6b0f
commit
7a7cc1856b
@ -70,7 +70,7 @@ def main():
|
|||||||
input_doc_path = Path("./tests/data/pdf/2206.01062.pdf")
|
input_doc_path = Path("./tests/data/pdf/2206.01062.pdf")
|
||||||
|
|
||||||
pipeline_options = PdfPipelineOptions(
|
pipeline_options = PdfPipelineOptions(
|
||||||
allow_remote_services=True # <-- this is required!
|
enable_remote_services=True # <-- this is required!
|
||||||
)
|
)
|
||||||
pipeline_options.do_picture_description = True
|
pipeline_options.do_picture_description = True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user