mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-09 18:15:55 +00:00
10 lines
179 B
Bash
10 lines
179 B
Bash
#!/usr/bin/env bash
|
|
|
|
unstructured-ingest \
|
|
gcs \
|
|
--remote-url gs://utic-test-ingest-fixtures-public/ \
|
|
--output-dir gcs-output \
|
|
--num-processes 2 \
|
|
--recursive \
|
|
--verbose
|