3.9k★by xejrax
image-ocr – OpenClaw Skill
image-ocr is an OpenClaw Skills integration for data analytics workflows. Extract text from images using Tesseract OCR
Skill Snapshot
| name | image-ocr |
| description | Extract text from images using Tesseract OCR OpenClaw Skills integration. |
| owner | xejrax |
| repository | xejrax/image-ocr |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @xejrax/image-ocr |
| last updated | Feb 7, 2026 |
Maintainer

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
# 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
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install image-ocr?
Run openclaw add @xejrax/image-ocr in your terminal. This installs image-ocr into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/xejrax/image-ocr. Review commits and README documentation before installing.
