OpenClaw Skillv1.0.0

Image Ocr

Xejraxby Xejrax
Deploy on EasyClawdfrom $14.9/mo

Extract text from images using Tesseract OCR

How to use this skill

OpenClaw skills run inside an OpenClaw container. EasyClawd deploys and manages yours — no server setup needed.

  1. Sign up on EasyClawd (2 minutes)
  2. Connect your Telegram bot
  3. Install Image Ocr from the skills panel
Get started — from $14.9/mo
10stars
6,701downloads
43installs
2comments
1versions

Latest Changelog

Initial publish

Tags

latest: 1.0.0

Skill Documentation

---
name: image-ocr
description: "Extract text from images using Tesseract OCR"
metadata:
  {
    "openclaw":
      {
        "emoji": "👁️",
        "requires": { "bins": ["tesseract"] },
        "install":
          [
            {
              "id": "dnf",
              "kind": "dnf",
              "package": "tesseract",
              "bins": ["tesseract"],
              "label": "Install via dnf",
            },
          ],
      },
  }
---

# Image OCR

Extract text from images using Tesseract OCR. Supports multiple languages and image formats including PNG, JPEG, TIFF, and BMP.

## Commands

```bash
# Extract text from an image (default: English)
image-ocr "screenshot.png"

# Extract text with a specific language
image-ocr "document.jpg" --lang eng
```

## Install

```bash
sudo dnf install tesseract
```
Security scan, version history, and community comments: view on ClawHub