mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-04 07:27:34 +00:00
10 lines
164 B
Bash
10 lines
164 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
unstructured-ingest \
|
||
|
local \
|
||
|
--input-path example-docs \
|
||
|
--output-dir local-ingest-output \
|
||
|
--num-processes 2 \
|
||
|
--recursive \
|
||
|
--verbose
|