Extract text from images using Tesseract OCR
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Demerzels-lab/elsamultiskillagent --skill image-ocr --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Image Ocr?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/demerzels-lab-image-ocr)More formats (shields.io, HTML) on the badges page.
---
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
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!