ocr
SolidExtract text from screenshots, scanned documents, image files, and PDFs. Use when a user asks to OCR, read text from an image/screenshot/scan, transcribe visible text, extract text from a scanned PDF, compare OCR text, or convert image/PDF text into Markdown/JSON/plain text.
Install
Quality Score: 80/100
Skill Content
Details
- Author
- OpenCoven
- Repository
- OpenCoven/coven
- Created
- 3 months ago
- Last Updated
- today
- Language
- Rust
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
ocr
ALWAYS load this skill before reading text from a local image or PDF (including "what does this image/pdf say?", scans, screenshots, CVs, invoices, tables). Run the bundled CLI `.noob/skills/ocr/ocr extract <path> --json` to Markdown (self-contained binary, DeepSeek-OCR-2). Never tesseract, pdftotext, pymupdf, pip, uv, apt/apk, or vision guessing for document text.
oma-pdf
Convert PDF files to Markdown using opendataloader-pdf. Extracts text, tables, headings, lists, and images with correct reading order. Use for PDF parsing, PDF to Markdown conversion, document extraction, and AI-ready data preparation.
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables/formulas from PDFs (including scanned and photographed documents), OCR, combining or merging multiple PDFs, splitting, rotating, watermarking, creating new PDFs, encrypting/decrypting, and extracting images. Routes between pypdf (fast born-digital text), pdfplumber (tables), opendataloader-pdf (born-digital complex layout with optional Docling hybrid), and LightOnOCR-2-1B (vision-LM OCR for scanned/photographed docs; dolphin v2 fallback). If the user mentions a .pdf file or asks to produce one, use this skill.