Batch Import Documents
sdd_batch_importBatch import documents from a directory, converting each to Markdown for processing through the SDD pipeline. Returns per-file metadata and total count.
Instructions
Scans a directory for supported documents (PDF, DOCX, PPTX, TXT, MD) and converts each to Markdown. Returns an array of conversion results with total count and per-file metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documents_dir | Yes | Directory containing documents to import (PDF, DOCX, PPTX, TXT, MD). | |
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| force | No | Overwrite existing files if true |