Perform OCR on image files (jpg, png, bmp, gif, tiff) using the system's `tesseract` binary and return extracted plain text.
Install to Claude Code
npx -y skills add aibot88/sec_skill_store --skill ocr-scanner-image --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ocr Scanner Image?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aibot88-ocr-scanner-image)More formats (shields.io, HTML) on the badges page.
---
name: ocr-scanner-image
version: 1.0.0
description: Perform OCR on image files (jpg, png, bmp, gif, tiff) using the system's `tesseract` binary and return extracted plain text.
---
# OCR‑Scanner‑Image (funktionierender Skill)
## Überblick
Dieser Skill nutzt das lokale **Tesseract‑OCR**‑Programm, um Text aus gängigen Bildformaten zu extrahieren. Er ist sofort einsetzbar, weil `tesseract` bereits auf dem System installiert ist.
## Verwendung
```bash
# Aufruf über das Skill‑Skript (empfohlen)
~/.openclaw/workspace/skills/ocr-scanner-image/scripts/ocr.sh <Pfad‑zur‑Bilddatei>
```
Beispiel:
```bash
~/.openclaw/workspace/skills/ocr-scanner-image/scripts/ocr.sh /root/.openclaw/media/inbound/916f6187-cc22-4c62-bcfc-7b72198c8a10.png
```
Der erkannte Text wird auf **STDOUT** ausgegeben.
## Optionen
- Der Aufruf nutzt `-l eng`, um die englische Sprachdatei zu erzwingen. Für andere Sprachen kannst du das Flag anpassen, z. B. `-l deu` für Deutsch.
- Wenn du die Sprache automatisch erkennen lassen möchtest, entferne das `-l`‑Flag.
## Integration in OpenClaw (optional)
Falls du den Skill später über das OpenClaw‑CLI ausführen willst, kannst du einen Alias in deiner `~/.bashrc` (oder `~/.zshrc`) hinzufügen:
```bash
alias ocr-image='~/.openclaw/workspace/skills/ocr-scanner-image/scripts/ocr.sh'
```
Dann kannst du einfach `ocr-image <datei>` tippen.
## Hinweis
Der ursprüngliche Platzhalter‑Skill war nicht funktionsfähig. Durch das Hinzufügen dieses Bash‑Wrappers wird er zu einem echten OCR‑Tool, das sofort einsatzbereit ist.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
Scanned 9/12/2026
No comments yet. Be the first to comment!