mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-08 17:46:54 +00:00

Improves the documentation code. Standardizes unstructured api key Replaces misc hard coded values Replaces `azureunstructured1` with a generic value
9 lines
187 B
Bash
9 lines
187 B
Bash
#!/usr/bin/env bash
|
|
|
|
unstructured-ingest \
|
|
azure \
|
|
--remote-url abfs://container1/ \
|
|
--account-name "$AZURE_ACCOUNT_NAME" \
|
|
--output-dir azure-ingest-output \
|
|
--num-processes 2
|