mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-05 08:02:48 +00:00
11 lines
191 B
Bash
11 lines
191 B
Bash
#!/usr/bin/env bash
|
|
|
|
unstructured-ingest \
|
|
dropbox \
|
|
--remote-url "dropbox:// /" \
|
|
--output-dir dropbox-output \
|
|
--token "$DROPBOX_TOKEN" \
|
|
--num-processes 2 \
|
|
--recursive \
|
|
--verbose
|