deep_ingest
Extract text from files in a directory or single file. Supports text, PDF, DOCX, XLSX, PPTX, audio, video, and images. Optionally generate AI summary of combined content.
Instructions
Extract text from files in a directory or single file. Supports text, PDF, DOCX, XLSX, PPTX, audio, video, images.
Args: path: Directory or file path to process. include_types: Comma-separated type filter (text,pdf,audio,video,image,office). Empty = all. max_files: Maximum files to process (1-5000). summarize: If true, generate an AI summary of the combined content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| max_files | No | ||
| summarize | No | ||
| include_types | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |