Extract text from images using Tesseract OCR
Scanned 6/7/2026
Install via CLI
openskills install modbender/skill-library-mcp---
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
```
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.