mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-04 15:42:16 +00:00
11 lines
286 B
Bash
11 lines
286 B
Bash
#!/usr/bin/env bash
|
|
|
|
unstructured-ingest \
|
|
notion \
|
|
--api-key "<Notion api key>" \
|
|
--output-dir notion-ingest-output \
|
|
--page-ids "<Comma delimited list of page ids to process>" \
|
|
--database-ids "<Comma delimited list of database ids to process>" \
|
|
--num-processes 2 \
|
|
--verbose
|