You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sdk/models/shared/partitionparameters.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
| `combineUnderNChars` | *number* | :heavy_minus_sign: | If chunking strategy is set, combine elements until a section reaches a length of n chars. Default: 500 | 500 |
10
10
| `coordinates` | *boolean* | :heavy_minus_sign: | If true, return coordinates for each element. Default: false | |
11
11
| `encoding` | *string* | :heavy_minus_sign: | The encoding method used to decode the text input. Default: utf-8 | utf-8 |
12
-
| `files` | [shared.Files](../../models/shared/files.md) | :heavy_minus_sign: | The file to extract | |
12
+
| `files` | [shared.Files](../../../sdk/models/shared/files.md) | :heavy_minus_sign: | The file to extract | |
13
13
| `gzUncompressedContentType` | *string* | :heavy_minus_sign: | If file is gzipped, use this content type after unzipping | application/pdf |
14
14
| `hiResModelName` | *string* | :heavy_minus_sign: | The name of the inference model used when strategy is hi_res | yolox |
15
15
| `includePageBreaks` | *boolean* | :heavy_minus_sign: | If True, the output will include page breaks if the filetype supports it. Default: false | |
|`request`|[shared.PartitionParameters](../../models/shared/partitionparameters.md)|:heavy_check_mark:| The request object to use for the request. |
64
-
|`retries`|[utils.RetryConfig](../../models/utils/retryconfig.md)|:heavy_minus_sign:| Configuration to override the default retry behavior of the client. |
65
-
|`config`|[AxiosRequestConfig](https://axios-http.com/docs/req_config)|:heavy_minus_sign:| Available config options for making requests. |
|`request`|[shared.PartitionParameters](../../sdk/models/shared/partitionparameters.md)|:heavy_check_mark:| The request object to use for the request.|
63
+
|`retries`|[utils.RetryConfig](../../internal/utils/retryconfig.md)|:heavy_minus_sign:| Configuration to override the default retry behavior of the client.|
64
+
|`config`|[AxiosRequestConfig](https://axios-http.com/docs/req_config)|:heavy_minus_sign:| Available config options for making requests.|
0 commit comments