con un clic
tesseract-ocr
Extract text from images and scanned PDFs via the local Tesseract binary.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Extract text from images and scanned PDFs via the local Tesseract binary.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Bounded auto-iteration for a prompt with explicit stop predicates.
Memory hygiene workflow to classify, deduplicate, and promote durable knowledge across local memory layers.
Bounded simplification pass for a file or hunk that preserves behavior while reducing complexity.
Turn a repeatable workflow into a reusable local SKILL.md with explicit steps, criteria, and safe defaults.
Bounded auto-debug loop for failing build/test commands with evidence-first diagnosis.
Safely update Nexo config files with read-before-write merges, schema-aware mapping, and reload/restart awareness.
| name | Tesseract OCR |
| description | Extract text from images and scanned PDFs via the local Tesseract binary. |
| requires | {"bins":["tesseract"],"env":[]} |
Local, offline OCR. Wraps the tesseract CLI. No API key, no upload.
summarize / translatepdf-extract (faster, exact)status — Tesseract versionlanguages — installed language packs (eng, spa, fra, ...)ocr — image_path; optional lang (default eng), psm (page seg mode, default 3), oem (engine mode, default 3)Install on Debian/Ubuntu: apt install tesseract-ocr-spa (etc.). Check
installed with languages. Combine with +: lang: "eng+spa".
| PSM | Meaning |
|---|---|
| 3 | Fully automatic (default) |
| 6 | Single uniform block of text |
| 7 | Single line |
| 11 | Sparse text — find as much as possible, no order |
| 13 | Raw line — single text line, no preprocessing |