ocr

mr-shaper/opencode-skills-paddle-ocr · updated Apr 28, 2026

$npx skills add https://github.com/mr-shaper/opencode-skills-paddle-ocr --skill ocr
0 commentsdiscussion
summary

To extract text from an image or PDF, run:

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

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

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.653 reviews
  • Omar Jackson· Dec 28, 2024

    ocr fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Sakura Wang· Dec 16, 2024

    Useful defaults in ocr — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • William Bhatia· Dec 8, 2024

    ocr has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Naina Patel· Dec 4, 2024

    I recommend ocr for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Aanya Bansal· Nov 27, 2024

    Keeps context tight: ocr is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Ishan Brown· Nov 19, 2024

    Registry listing for ocr matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Carlos Thompson· Nov 15, 2024

    ocr reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Soo Chen· Nov 11, 2024

    Useful defaults in ocr — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Aanya Srinivasan· Oct 18, 2024

    ocr is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Ishan Khanna· Oct 10, 2024

    ocr reduced setup friction for our internal harness; good balance of opinion and flexibility.

showing 1-10 of 53

1 / 6