|
1 | 1 | lockVersion: 2.0.0
|
2 | 2 | id: 8b5fa338-9106-4734-abf0-e30d67044a90
|
3 | 3 | management:
|
4 |
| - docChecksum: 0f9100e28d13105be2af4e576ea4572c |
5 |
| - docVersion: 1.0.68 |
| 4 | + docChecksum: 83f88cfa4bd77e1d3065b11a97119361 |
| 5 | + docVersion: 1.0.78 |
6 | 6 | speakeasyVersion: 1.490.0
|
7 | 7 | generationVersion: 2.512.0
|
8 |
| - releaseVersion: 0.30.5 |
9 |
| - configChecksum: 25a75f7add3305b685de164ad454cb9a |
| 8 | + releaseVersion: 0.30.6 |
| 9 | + configChecksum: c946e26d3a3b2fe2756ff169416b448c |
10 | 10 | repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
|
11 | 11 | repoSubDirectory: .
|
12 | 12 | installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
|
@@ -143,6 +143,8 @@ generatedFiles:
|
143 | 143 | - docs/models/shared/outlooksourceconnectorconfiginput.md
|
144 | 144 | - docs/models/shared/outputformat.md
|
145 | 145 | - docs/models/shared/partitionparameters.md
|
| 146 | + - docs/models/shared/partitionparametersschemasstrategy.md |
| 147 | + - docs/models/shared/partitionparametersstrategy.md |
146 | 148 | - docs/models/shared/postgresdestinationconnectorconfig.md
|
147 | 149 | - docs/models/shared/postgresdestinationconnectorconfiginput.md
|
148 | 150 | - docs/models/shared/qdrantclouddestinationconnectorconfig.md
|
@@ -536,7 +538,7 @@ examples:
|
536 | 538 | partition:
|
537 | 539 | speakeasy-default-partition:
|
538 | 540 | requestBody:
|
539 |
| - multipart/form-data: {"chunking_strategy": "by_title", "combine_under_n_chars": null, "content_type": null, "coordinates": false, "encoding": null, "files": {"": "{\"summary\":\"File to be partitioned\",\"externalValue\":\"https://github.com/Unstructured-IO/unstructured/blob/98d3541909f64290b5efb65a226fc3ee8a7cc5ee/example-docs/layout-parser-paper.pdf\"}"}, "gz_uncompressed_content_type": null, "hi_res_model_name": null, "include_orig_elements": null, "include_page_breaks": false, "include_slide_notes": true, "max_characters": null, "multipage_sections": true, "new_after_n_chars": null, "output_format": "application/json", "overlap": 0, "overlap_all": false, "pdf_infer_table_structure": true, "similarity_threshold": null, "split_pdf_allow_failed": false, "split_pdf_cache_tmp_data": false, "split_pdf_cache_tmp_data_dir": "<value>", "split_pdf_concurrency_level": 5, "split_pdf_page": true, "split_pdf_page_range": [1, 10], "starting_page_number": null, "strategy": "hi_res", "table_ocr_agent": null, "unique_element_ids": false, "xml_keep_tags": false} |
| 541 | + multipart/form-data: {"chunking_strategy": "by_title", "combine_under_n_chars": null, "content_type": null, "coordinates": false, "encoding": null, "files": {"": "{\"summary\":\"File to be partitioned\",\"externalValue\":\"https://github.com/Unstructured-IO/unstructured/blob/98d3541909f64290b5efb65a226fc3ee8a7cc5ee/example-docs/layout-parser-paper.pdf\"}"}, "gz_uncompressed_content_type": null, "hi_res_model_name": null, "include_orig_elements": null, "include_page_breaks": false, "include_slide_notes": true, "max_characters": null, "multipage_sections": true, "new_after_n_chars": null, "output_format": "application/json", "overlap": 0, "overlap_all": false, "pdf_infer_table_structure": true, "similarity_threshold": null, "split_pdf_allow_failed": false, "split_pdf_cache_tmp_data": false, "split_pdf_cache_tmp_data_dir": "<value>", "split_pdf_concurrency_level": 5, "split_pdf_page": true, "split_pdf_page_range": [1, 10], "starting_page_number": null, "strategy": "vlm", "table_ocr_agent": null, "unique_element_ids": false, "vlm_model": "gpt-4o", "vlm_model_provider": "openai", "xml_keep_tags": false} |
540 | 542 | responses:
|
541 | 543 | "200":
|
542 | 544 | application/json: [{"type": "Title", "element_id": "6aa0ff22f91bbe7e26e8e25ca8052acd", "text": "LayoutParser: A Unified Toolkit for Deep Learning Based Document Image Analysis", "metadata": {"languages": ["eng"], "page_number": 1, "filename": "layout-parser-paper.pdf", "filetype": "application/pdf"}}]
|
|
0 commit comments