We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161191b commit 0d2fbacCopy full SHA for 0d2fbac
snippets/how-to-api/extract_image_block_types.py.mdx
@@ -28,9 +28,7 @@ if __name__ == "__main__":
28
request = operations.PartitionRequest(
29
shared.PartitionParameters(
30
files=files,
31
- strategy=shared.Strategy.VLM,
32
- vlm_model="gpt-4o",
33
- vlm_model_provider="openai",
+ strategy=shared.Strategy.HI_RES,
34
split_pdf_page=True,
35
split_pdf_allow_failed=True,
36
split_pdf_concurrency_level=15,
0 commit comments