@mr-shaper/ocr

OCR skill for extracting text from images and PDFs. Use when you need to read text from screenshots, photos, scanned documents, or any image file. Supports Chinese, English, and 100+ languages.

View in AI SkillSafe app
7 scan findings
0 downloads
0 stars
0 demos
SKILL.md
nameocr
descriptionOCR skill for extracting text from images and PDFs. Use when you need to read text from screenshots, photos, scanned documents, or any image file. Supports Chinese, English, and 100+ languages.

OCR Skill

Usage

To extract text from an image or PDF, run:

python3 "/Users/mrshaper/Library/Application Support/com.differentai.openwork/workspaces/starter/.opencode/skills/paddle-ocr/scripts/ocr.py" "/path/to/image.png"

Options

Option Description
--prompt "text" Custom prompt (e.g., "Extract table as markdown")
--fast Use faster PaddleOCR instead of DeepSeek-OCR
--json Output as JSON format

Examples

# Basic OCR
python3 scripts/ocr.py image.png

# Extract table as markdown
python3 scripts/ocr.py table.png --prompt "Extract this table as markdown"

# Fast mode
python3 scripts/ocr.py image.png --fast

# PDF OCR
python3 scripts/ocr.py document.pdf

Supported Formats

Images: PNG, JPG, JPEG, BMP, GIF, WEBP, TIFF Documents: PDF

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@mr-shaper/ocr/verified)](https://skillsafe.ai/skill/@mr-shaper/ocr/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@mr-shaper/ocr/installs)](https://skillsafe.ai/skill/@mr-shaper/ocr/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@mr-shaper/ocr/scan)](https://skillsafe.ai/skill/@mr-shaper/ocr/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@mr-shaper/ocr/eval)](https://skillsafe.ai/skill/@mr-shaper/ocr/)