mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-04 23:52:23 +00:00
11 lines
215 B
Bash
11 lines
215 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
unstructured-ingest \
|
||
|
box \
|
||
|
--box_app_config "$BOX_APP_CONFIG_PATH" \
|
||
|
--remote-url box://utic-test-ingest-fixtures \
|
||
|
--output-dir box-output \
|
||
|
--num-processes 2 \
|
||
|
--recursive \
|
||
|
--verbose
|