name: processing-documents description: "Processes various document formats and extracts content. Use when user asks to process documents, extract text, or convert file formats."
Document Processor
Processes documents and extracts content.
Steps
- Read the input document
- Detect the format
- Extract content
- Output in requested format
Output Format
| Field | Type | Description |
|---|---|---|
| content | string | Extracted text |
| format | string | Original format |
| pages | number | Page count |