https://api.unstructuredapp.io/general/v0/general
.
However, you should always use the URL that was provided to you when your Unstructured account was created.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>
.