# Processing Documents

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

- Skill: `tomevault-io/processing-documents` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/processing-documents`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/processing-documents/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/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 |

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/recca0120) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

