원클릭으로
image-ocr
Extract text from images using Tesseract OCR
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Extract text from images using Tesseract OCR
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
Persistent memory system for AI agents — remember facts, learn from experience, and track entities across sessions.
AI-powered PDF generator for legal docs, pitch decks, and reports. SAFEs, NDAs, term sheets, whitepapers. npx ai-pdf-builder. Works with Claude, Cursor, GPT, Copilot.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Search and summarize papers from ArXiv. Use when the user asks for the latest research, specific topics on ArXiv, or a daily summary of AI papers.
| 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"}]}} |
Extract text from images using Tesseract OCR. Supports multiple languages and image formats including PNG, JPEG, TIFF, and BMP.
# Extract text from an image (default: English)
image-ocr "screenshot.png"
# Extract text with a specific language
image-ocr "document.jpg" --lang eng
This skill requires:
pip install pytesseract Pillow
Linux (Debian/Ubuntu):
sudo apt-get update && sudo apt-get install -y tesseract-ocr
Linux (Fedora/RHEL):
sudo dnf install tesseract
macOS:
brew install tesseract
Windows:
winget install UB-Mannheim.Tesseract
Or download the installer from https://github.com/UB-Mannheim/tesseract/wiki