2023-12-11 16:29:41 -05:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
unstructured-ingest \
|
2023-12-18 23:48:21 -08:00
|
|
|
box \
|
|
|
|
--box_app_config "$BOX_APP_CONFIG_PATH" \
|
|
|
|
--remote-url box://utic-test-ingest-fixtures \
|
|
|
|
--output-dir box-output \
|
|
|
|
--num-processes 2 \
|
|
|
|
--recursive \
|
|
|
|
--verbose
|