mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-09 01:55:55 +00:00
9 lines
167 B
Bash
9 lines
167 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
unstructured-ingest \
|
||
|
wikipedia \
|
||
|
--page-title "Open Source Software" \
|
||
|
--output-dir wikipedia-ingest-output \
|
||
|
--num-processes 2 \
|
||
|
--verbose
|