# OCR and Documents

> Recover text from scanned or image-heavy documents before attempting structured analysis or downstream writing tasks.

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

---


# OCR and Documents

Use this skill when a document is not directly machine-readable.

## Preferred Flow

1. Determine whether the file is text-native or scanned.
2. Run OCR first when the text layer is missing or broken.
3. Preserve page order, tables, and obvious headings where possible.
4. Only after extraction should you summarize or transform the content.

## Guardrails

- State clearly when OCR confidence is low.
- Do not fabricate unreadable text.

