Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ file = open(filename, "rb")

req = shared.PartitionParameters(
# Note that this currently only supports a single file
files=shared.PartitionParametersFiles(
files=shared.Files(
content=file.read(),
files=filename,
file_name=filename,
),
# Other partition params
strategy="fast",
Expand Down Expand Up @@ -83,19 +83,10 @@ s = unstructured_client.UnstructuredClient(

<!-- End Dev Containers -->




<!-- No SDK Example Usage -->

<!-- No SDK Available Operations -->

<!-- No Pagination -->
<!-- No Error Handling -->




<!-- No Server Selection -->

<!-- Start Custom HTTP Client -->
Expand Down