Skip to content

Commit 26fe7bc

Browse files
committed
ci: regenerated with OpenAPI Doc 0.0.1, Speakeay CLI 1.101.0
1 parent 85187b8 commit 26fe7bc

20 files changed

+122
-109
lines changed

Diff for: RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,14 @@ Based on:
184184
### Generated
185185
- [python v0.9.1] .
186186
### Releases
187-
- [PyPI v0.9.1] https://pypi.org/project/unstructured-client/0.9.1 - .
187+
- [PyPI v0.9.1] https://pypi.org/project/unstructured-client/0.9.1 - .
188+
189+
## 2023-10-18 00:18:19
190+
### Changes
191+
Based on:
192+
- OpenAPI Doc 0.0.1
193+
- Speakeasy CLI 1.101.0 (2.161.0) https://github.com/speakeasy-api/speakeasy
194+
### Generated
195+
- [python v0.10.0] .
196+
### Releases
197+
- [PyPI v0.10.0] https://pypi.org/project/unstructured-client/0.10.0 - .

Diff for: USAGE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ req = shared.PartitionParameters(
1515
encoding='utf-8',
1616
files=shared.PartitionParametersFiles(
1717
content='+WmI5Q)|yy'.encode(),
18-
files='um',
18+
files='Washington',
1919
),
2020
gz_uncompressed_content_type='application/pdf',
2121
hi_res_model_name='yolox',

Diff for: docs/models/errors/httpvalidationerror.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
| Field | Type | Required | Description |
77
| ----------------------- | ----------------------- | ----------------------- | ----------------------- |
8-
| `detail` | list[*ValidationError*] | :heavy_minus_sign: | N/A |
8+
| `detail` | List[*ValidationError*] | :heavy_minus_sign: | N/A |

Diff for: docs/models/errors/validationerror.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
8-
| `loc` | list[[Union[str, int]](../../models/errors/validationerrorloc.md)] | :heavy_check_mark: | N/A |
8+
| `loc` | List[[Union[str, int]](../../models/errors/validationerrorloc.md)] | :heavy_check_mark: | N/A |
99
| `msg` | *str* | :heavy_check_mark: | N/A |
1010
| `type` | *str* | :heavy_check_mark: | N/A |

Diff for: docs/models/operations/partitionresponse.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
88
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
9-
| `elements` | list[*Any*] | :heavy_minus_sign: | Successful Response |
9+
| `elements` | List[*Any*] | :heavy_minus_sign: | Successful Response |
1010
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
1111
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

Diff for: docs/models/shared/partitionparameters.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
| `gz_uncompressed_content_type` | *Optional[str]* | :heavy_minus_sign: | If file is gzipped, use this content type after unzipping | application/pdf |
1414
| `hi_res_model_name` | *Optional[str]* | :heavy_minus_sign: | The name of the inference model used when strategy is hi_res | yolox |
1515
| `include_page_breaks` | *Optional[bool]* | :heavy_minus_sign: | If True, the output will include page breaks if the filetype supports it. Default: false | |
16-
| `languages` | list[*str*] | :heavy_minus_sign: | The languages present in the document, for use in partitioning and/or OCR | [eng] |
16+
| `languages` | List[*str*] | :heavy_minus_sign: | The languages present in the document, for use in partitioning and/or OCR | [eng] |
1717
| `multipage_sections` | *Optional[bool]* | :heavy_minus_sign: | If chunking strategy is set, determines if sections can span multiple sections. Default: true | |
1818
| `new_after_n_chars` | *Optional[int]* | :heavy_minus_sign: | If chunking strategy is set, cut off new sections after reaching a length of n chars. Default: 1500 | 1500 |
1919
| `output_format` | *Optional[str]* | :heavy_minus_sign: | The format of the response. Supported formats are application/json and text/csv. Default: application/json. | application/json |
2020
| `pdf_infer_table_structure` | *Optional[bool]* | :heavy_minus_sign: | If True and strategy=hi_res, any Table Elements extracted from a PDF will include an additional metadata field, 'text_as_html', where the value (string) is a just a transformation of the data into an HTML <table>. | |
21-
| `skip_infer_table_types` | list[*str*] | :heavy_minus_sign: | The document types that you want to skip table extraction with. Default: ['pdf', 'jpg', 'png'] | pdf |
21+
| `skip_infer_table_types` | List[*str*] | :heavy_minus_sign: | The document types that you want to skip table extraction with. Default: ['pdf', 'jpg', 'png'] | pdf |
2222
| `strategy` | *Optional[str]* | :heavy_minus_sign: | The strategy to use for partitioning PDF/image. Options are fast, hi_res, auto. Default: auto | hi_res |
2323
| `xml_keep_tags` | *Optional[bool]* | :heavy_minus_sign: | If True, will retain the XML tags in the output. Otherwise it will simply extract the text from within the tags. Only applies to partition_xml. | |

Diff for: docs/sdks/general/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ req = shared.PartitionParameters(
2525
encoding='utf-8',
2626
files=shared.PartitionParametersFiles(
2727
content='+WmI5Q)|yy'.encode(),
28-
files='um',
28+
files='Washington',
2929
),
3030
gz_uncompressed_content_type='application/pdf',
3131
hi_res_model_name='yolox',

0 commit comments

Comments
 (0)