ocr-recognition

Installation
SKILL.md

OCR Recognition

Quick Start

1. Check System Tesseract

which tesseract
tesseract --version

2. Docker Alternative (No Install Required)

# Pull image (one-time)
docker pull minidocks/tesseract:latest

# Download language pack (注意:-L 跟随重定向,-O 指定输出文件)
wget -L -O /tmp/eng.traineddata https://github.com/tesseract-ocr/tessdata/raw/main/eng.traineddata
Related skills
Installs
3
First Seen
Mar 23, 2026