ocr-and-documents

ocr-and-documents is a skill for Claude Code, Codex from aaronnat23/disp8ch. It costs 0 tokens per session (166 once invoked), scanned A, original, MIT.

A document-processing guide for extracting useful text and structure from screenshots, scanned PDFs, exported documents, and mixed notes. OCR means reading text from images or scans.

In plain words
What is it for?
Use it to extract headings, tables, names, summaries, and action items before updating documents, answering support requests, or reviewing material.
Why use it?
It brings information trapped in images or messy files into a form that can be analyzed, while flagging uncertain readings.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to extract headings, tables, names, summaries, and action items before updating documents, answering support requests, or reviewing material.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aaronnat23/disp8ch/ocr-and-documents
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add aaronnat23/disp8ch --skill ocr-and-documents
Clone the repo
git clone --depth 1 https://github.com/aaronnat23/disp8ch

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ocr-and-documents

README.md
[![agentmods](https://agentmods.dev/badge/skills/aaronnat23/disp8ch/ocr-and-documents.svg)](https://agentmods.dev/skills/aaronnat23/disp8ch/ocr-and-documents)
Your own site
<a href="https://agentmods.dev/skills/aaronnat23/disp8ch/ocr-and-documents"><img src="https://agentmods.dev/badge/skills/aaronnat23/disp8ch/ocr-and-documents.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 166 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00166
Opus 5 $0.00000 $0.00083
Sonnet 5 $0.00000 $0.00033
Haiku 4.5 $0.00000 $0.00017

Measured 8d ago against content hash ace93cd33efa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

ocr-and-documents scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

optional-skills/ocr-and-documents/SKILL.md · 20 lines

What it actually says

OCR And Documents

Turn screenshots, scans, and messy files into structured working context.

Use when

  • Important information is trapped in images, PDFs, or mixed-format docs.
  • A docs or support workflow needs extracted text before analysis.

Workflow

  1. Identify the source type: screenshot, scanned PDF, exported doc, or mixed notes.
  2. Extract or retrieve text first before summarizing or making decisions.
  3. Preserve headings, tables, and named entities when they affect the outcome.
  4. Flag low-confidence or ambiguous OCR segments instead of inventing detail.
  5. Feed the cleaned result into the next workflow: docs update, support reply, launch brief, or review.

Deliverable

  • Clean extracted summary.
  • Important structured fields or action items.
  • Any ambiguous text that still needs human confirmation.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 20 lines · 0 tokens per session scan A ace93cd33efa

Subscribe to this mod's changes

ocr-and-documents is a skill published in the GitHub repository aaronnat23/disp8ch (99 stars, last pushed 5d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 166 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

nutrient-openclaw

Use the pinned Nutrient OpenClaw plugin to convert, OCR, extract, redact, watermark, sign, or inspect the last-known local credit record for documents. Route only OpenClaw document-processing requests to its declared tools. Treat processing as an external, credit-consuming DWS transfer that requires a bounded estimate…

jdrhyne/agent-skills · 77 tokens

elegant-reports

Generate beautifully designed PDF reports with a Nordic/Scandinavian aesthetic. Use when creating polished executive briefings, analysis reports, or presentation-style PDF outputs from markdown and HTML via Nutrient DWS.

jdrhyne/agent-skills · 46 tokens

anydoc

Convert Word (.doc/.docx/.docm), PowerPoint (.ppt/.pps/.pot/.pptx/.pptm/.ppsx/.ppsm), Excel (.xls/.xlsx/.xlsm/.xlsb), OpenDocument (.odt/.ods/.odp), RTF, EPUB, CSV, and PDF documents to clean GitHub-Flavored Markdown locally with the Any Doc CLI (npx -y @firecrawl/[email protected]): headings, GFM tables, slide structure…

magnus919/agent-skills · 189 tokens

documents

Generate, inspect, validate, and fix PDF, Word (.docx), Excel (.xlsx), and PowerPoint (.pptx) documents: turn structured content into render-ready artifacts, verify structural and output quality before delivery, and repair broken files. Use when a task involves creating, editing, converting, or validating office…

magnus919/agent-skills · 105 tokens

docx

Read, create, and convert Microsoft Word (.docx) documents — extract text and tables, build reports from markdown/JSON, and export to PDF.

zhixuli0406/DuDuClaw · 34 tokens

pdf

Read and create PDF documents — extract text (and per-page text) from a PDF to JSON/markdown, and render markdown/plain text into a new PDF.

zhixuli0406/DuDuClaw · 34 tokens