https://api.unstructuredapp.io/general/v0/general
, which is the API URL for the Unstructured Partition Endpoint.
You must specify this API URL in your
scripts only if you are not using this default, for example, if you are calling a version of the Unstructured API that is hosted on your own compute infrastructure.pip install unstructured
, see the migration guide.<source>
is the command name for one of the available source (input) connectors, such as local
for a local source location, azure
for an Azure Storage account source, s3
for an Amazon S3 bucket source, and so on.<destination>
is the command name for one of the available destination (output) connectors, such as local
for a local destination, azure
for an Azure Storage account destination, s3
for an Amazon S3 bucket destination, and so on.<setting>
is one or more command-line options for specifying how and where Unstructured will ingest the files from the <source>
, or how and where to deliver the processed data to the <destination>
.