We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ecb837 + 8e02f3b commit fd2a559Copy full SHA for fd2a559
README.md
@@ -39,9 +39,9 @@ file = open(filename, "rb")
39
40
req = shared.PartitionParameters(
41
# Note that this currently only supports a single file
42
- files=shared.PartitionParametersFiles(
+ files=shared.Files(
43
content=file.read(),
44
- files=filename,
+ file_name=filename,
45
),
46
# Other partition params
47
strategy="fast",
@@ -83,19 +83,10 @@ s = unstructured_client.UnstructuredClient(
83
84
<!-- End Dev Containers -->
85
86
-
87
88
89
<!-- No SDK Example Usage -->
90
91
<!-- No SDK Available Operations -->
92
93
<!-- No Pagination -->
94
<!-- No Error Handling -->
95
96
97
98
99
<!-- No Server Selection -->
100
101
<!-- Start Custom HTTP Client -->
0 commit comments