mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-06 00:21:29 +00:00
10 lines
181 B
Bash
10 lines
181 B
Bash
#!/usr/bin/env bash
|
|
|
|
unstructured-ingest \
|
|
github \
|
|
--url Unstructured-IO/unstructured \
|
|
--git-branch main \
|
|
--output-dir github-ingest-output \
|
|
--num-processes 2 \
|
|
--verbose
|