Image Ocr
Extract text from images using Tesseract OCR
Xejrax
@xejrax
What This Skill Does
Extracts text from image files (PNG, JPEG, TIFF, BMP) using Tesseract OCR, with optional language selection.
Replaces manual transcription of text from images by automating OCR extraction through a single command.
When to Use It
- Extract text from a screenshot for copying or editing
- Digitize text from scanned documents or photos
- Pull text from an image in a non-English language
- Process batch images to extract embedded text
- Convert image-based quotes or notes into plain text
Install
$ openclaw skills install @xejrax/image-ocrImage OCR
Extract text from images using Tesseract OCR. Supports multiple languages and image formats including PNG, JPEG, TIFF, and BMP.
Commands
# Extract text from an image (default: English)
image-ocr "screenshot.png"
# Extract text with a specific language
image-ocr "document.jpg" --lang eng
Install
sudo dnf install tesseract
Top skills in this category
Nano Pdf
@steipeteEdit PDFs with natural-language instructions using the nano-pdf CLI.
Word / DOCX
@ivangdavilaCreate, inspect, and edit Microsoft Word documents and DOCX files with reliable styles, numbering, tracked changes, tables, sections, and compatibility check...
Excel / XLSX
@ivangdavilaCreate, inspect, and edit Microsoft Excel workbooks and XLSX files with reliable formulas, dates, types, formatting, recalculation, and template preservation...
Markdown Converter
@steipeteConvert documents and files to Markdown using markitdown. Use when converting PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XML, images (with EXIF/OCR), audio (with transcription), ZIP archives, YouTube URLs, or EPubs to Markdown format for LLM processing or text analysis.
Powerpoint / PPTX
@ivangdavilaCreate, inspect, and edit Microsoft PowerPoint presentations and PPTX decks with reliable layouts, templates, placeholders, notes, charts, and visual QA. Use...