ocr
Installation
SKILL.md
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 |