# Processing Documents

> Processes various document formats and extracts content. Use when user asks to process documents, extract text, or convert file formats.

- Skill: `recca0120/processing-documents` (Agent Skill)
- Install (CLI): `npx skillmds@latest add recca0120/processing-documents`
- Raw SKILL.md: https://api.skillmd.com/api/skills/recca0120/processing-documents/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: recca0120 (https://skillmd.com/u/recca0120)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/recca0120/processing-documents

---


# Document Processor

Processes documents and extracts content.

> See [workflow-diagram.md](../shared/workflow-diagram.md)

> See [reference-resources.md](../shared/reference-resources.md)

## Steps

1. Read the input document
2. Detect the format
3. Extract content
4. Output in requested format

## Output Format

| Field | Type | Description |
|-------|------|-------------|
| content | string | Extracted text |
| format | string | Original format |
| pages | number | Page count |

