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-ocr

Image 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