mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-05 16:12:30 +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
|