1
1
lockVersion: 2.0.0
2
2
id: 8b5fa338-9106-4734-abf0-e30d67044a90
3
3
management:
4
- docChecksum: 17bd23e4247d7b65a92813afd1252693
5
- docVersion: 1.0.44
6
- speakeasyVersion: 1.389 .0
7
- generationVersion: 2.409 .0
8
- releaseVersion: 0.25.7
9
- configChecksum: ac7a91ff3ca76edd4caa491893485665
4
+ docChecksum: ad32e3faae264ab1eb7cf461e373dcfa
5
+ docVersion: 1.0.48
6
+ speakeasyVersion: 1.394 .0
7
+ generationVersion: 2.413 .0
8
+ releaseVersion: 0.25.8
9
+ configChecksum: a507e57b6d5946017db1c1c77d195ca1
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
@@ -15,7 +15,7 @@ features:
15
15
python:
16
16
additionalDependencies: 0.1.0
17
17
constsAndDefaults: 0.1.4
18
- core: 4.8.6
18
+ core: 4.8.7
19
19
examples: 2.81.3
20
20
globalSecurity: 2.83.7
21
21
globalSecurityCallbacks: 0.1.0
@@ -30,45 +30,57 @@ features:
30
30
serverIDs: 2.81.1
31
31
unions: 2.82.9
32
32
generatedFiles:
33
- - src/unstructured_client/sdkconfiguration.py
34
- - src/unstructured_client/general.py
35
- - src/unstructured_client/sdk.py
36
- - py.typed
37
- - pylintrc
38
- - scripts/publish.sh
39
- - setup.py
40
- - src/unstructured_client/__init__.py
41
- - src/unstructured_client/utils/__init__.py
42
- - src/unstructured_client/utils/enums.py
43
- - src/unstructured_client/utils/retries.py
44
- - src/unstructured_client/utils/utils.py
45
- - src/unstructured_client/models/errors/sdkerror.py
46
- - src/unstructured_client/models/operations/partition.py
47
- - src/unstructured_client/models/errors/httpvalidationerror.py
48
- - src/unstructured_client/models/errors/servererror.py
49
- - src/unstructured_client/models/shared/validationerror.py
50
- - src/unstructured_client/models/shared/partition_parameters.py
51
- - src/unstructured_client/models/shared/security.py
52
- - src/unstructured_client/models/__init__.py
53
- - src/unstructured_client/models/errors/__init__.py
54
- - src/unstructured_client/models/operations/__init__.py
55
- - src/unstructured_client/models/shared/__init__.py
56
- - docs/models/operations/partitionrequest.md
57
- - docs/models/operations/partitionresponse.md
33
+ - .gitattributes
34
+ - CONTRIBUTING.md
35
+ - USAGE.md
58
36
- docs/models/errors/detail.md
59
37
- docs/models/errors/httpvalidationerror.md
60
38
- docs/models/errors/servererror.md
61
- - docs/models/shared/loc .md
62
- - docs/models/shared/validationerror .md
39
+ - docs/models/operations/partitionrequest .md
40
+ - docs/models/operations/partitionresponse .md
63
41
- docs/models/shared/chunkingstrategy.md
64
42
- docs/models/shared/files.md
43
+ - docs/models/shared/loc.md
65
44
- docs/models/shared/outputformat.md
66
- - docs/models/shared/strategy.md
67
45
- docs/models/shared/partitionparameters.md
68
46
- docs/models/shared/security.md
69
- - USAGE.md
70
- - .gitattributes
47
+ - docs/models/shared/strategy.md
48
+ - docs/models/shared/validationerror.md
49
+ - py.typed
50
+ - pylintrc
51
+ - scripts/publish.sh
52
+ - setup.py
53
+ - src/unstructured_client/__init__.py
54
+ - src/unstructured_client/_hooks/__init__.py
71
55
- src/unstructured_client/_hooks/sdkhooks.py
72
56
- src/unstructured_client/_hooks/types.py
73
- - src/unstructured_client/_hooks/__init__.py
74
- - CONTRIBUTING.md
57
+ - src/unstructured_client/general.py
58
+ - src/unstructured_client/models/__init__.py
59
+ - src/unstructured_client/models/errors/__init__.py
60
+ - src/unstructured_client/models/errors/httpvalidationerror.py
61
+ - src/unstructured_client/models/errors/sdkerror.py
62
+ - src/unstructured_client/models/errors/servererror.py
63
+ - src/unstructured_client/models/operations/__init__.py
64
+ - src/unstructured_client/models/operations/partition.py
65
+ - src/unstructured_client/models/shared/__init__.py
66
+ - src/unstructured_client/models/shared/partition_parameters.py
67
+ - src/unstructured_client/models/shared/security.py
68
+ - src/unstructured_client/models/shared/validationerror.py
69
+ - src/unstructured_client/sdk.py
70
+ - src/unstructured_client/sdkconfiguration.py
71
+ - src/unstructured_client/utils/__init__.py
72
+ - src/unstructured_client/utils/enums.py
73
+ - src/unstructured_client/utils/retries.py
74
+ - src/unstructured_client/utils/utils.py
75
+ examples:
76
+ partition:
77
+ speakeasy-default-partition:
78
+ requestBody:
79
+ multipart/form-data: {"chunking_strategy": "by_title", "files": {"": "your_file_here"}, "split_pdf_page_range": [1, 10], "strategy": "hi_res"}
80
+ responses:
81
+ "200":
82
+ 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"}}]
83
+ "422":
84
+ application/json: {"detail": "<value>"}
85
+ 5XX:
86
+ application/json: {"detail": "An error occurred"}
0 commit comments