image-ocr
Installation
SKILL.md
Image OCR
Extract text from images using Tesseract OCR via Python.
When to use this skill
- User asks to read or extract text from an image
- User has a screenshot with text they want to process
- User has scanned documents that need text extraction
- User wants to digitize text from photos
Scripts overview
| Script | Purpose | Dependencies |
|---|---|---|
ocr_extract.py |
Extract text from images with multiple options | pytesseract, Pillow |