بنقرة واحدة
tesseract-ocr
Extract text from images and scanned PDFs via the local Tesseract binary.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Extract text from images and scanned PDFs via the local Tesseract binary.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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 |