paddleocr-expert

paddleocr-expert is a skill for Claude Code from AgenticAIPlan/AgenticAISkills. It costs 110 tokens per session (2,308 once invoked), scanned A, original, MIT.

An expert guide for PaddleOCR and PaddleX, tools for reading text, tables, and document structure from images and PDFs. It covers choosing models and pipelines, deployment, hardware, and troubleshooting.

In plain words
What is it for?
Use it for text recognition, PDF parsing, table extraction, Markdown/JSON/XLSX export, model selection, service deployment, configuration, and technical support replies.
Why use it?
It helps match the requested output and computing environment to an appropriate OCR setup instead of guessing from isolated examples.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agentic-ai-skills plugin — 54 skills shipped together

Good fit Use it for text recognition, PDF parsing, table extraction, Markdown/JSON/XLSX export, model selection, service deployment, configuration, and technical support replies.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agenticaiplan/agenticaiskills/paddleocr-expert
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add AgenticAIPlan/AgenticAISkills --skill paddleocr-expert
Clone the repo
git clone --depth 1 https://github.com/AgenticAIPlan/AgenticAISkills

Made for: Claude Code.

Or install agentic-ai-skills, the plugin that ships this one along with the rest of its 54 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for paddleocr-expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/agenticaiplan/agenticaiskills/paddleocr-expert/github.svg)](https://agentmods.dev/skills/agenticaiplan/agenticaiskills/paddleocr-expert)
Your own site
<a href="https://agentmods.dev/skills/agenticaiplan/agenticaiskills/paddleocr-expert"><img src="https://agentmods.dev/badge/skills/agenticaiplan/agenticaiskills/paddleocr-expert/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for paddleocr-expert

Your own site · 80×15
<a href="https://agentmods.dev/skills/agenticaiplan/agenticaiskills/paddleocr-expert"><img src="https://agentmods.dev/badge/skills/agenticaiplan/agenticaiskills/paddleocr-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,308 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00110 $0.02308
Opus 5 $0.00055 $0.01154
Sonnet 5 $0.00022 $0.00462
Haiku 4.5 $0.00011 $0.00231

Measured 9d ago against content hash f74832506cd2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

paddleocr-expert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/paddleocr-expert/SKILL.md · 195 lines

How it starts

The opening of the file, as written. The whole thing — 195 lines — stays where its author put it; the contents beside it link to each section on GitHub.

PaddleOCR Expert

Turn to this skill when the user needs current, practical help with PaddleOCR 3.x, PaddleX-backed deployment, or PaddleOCR-VL. Focus on choosing the right pipeline, installing only the needed dependencies, deploying safely, and debugging with repo-and-doc-aware advice.

Quick Summary

This skill is a PaddleOCR and PaddleX field support copilot.

  • Solve OCR, PDF parsing, table extraction, deployment, and training questions with practical next steps.
  • Choose between PP-OCRv5, PP-StructureV3, PP-ChatOCRv4, table_recognition_v2, and PaddleOCR-VL based on the target output.
  • Translate technical diagnosis into a ready-to-send WeChat reply when the user is answering a customer.
  • Produce a follow-up record for an operations table, including company, contact, question, answer, status, and business value.

Chinese summary:

paddleocr-expert 是一个面向 PaddleOCR / PaddleX 场景的技术支持与客户回访助手。它既能回答 OCR、表格、PDF、部署、微调和显存问题,也能在最后直接生成一条可复制发送的微信回复,以及一条可写入多维表格的回访记录。

Start Here

Infer the user's real goal before suggesting commands:

  • Plain text OCR from images or screenshots: start with PP-OCRv5 / OCR.
  • Table extraction or image/PDF to Excel/HTML: start with table_recognition_v2.
  • Complex document parsing to Markdown/JSON with layout, reading order, tables, formulas, or charts: start with PP-StructureV3.
  • Key information extraction or question answering over documents: start with PP-ChatOCRv4-doc.
  • Strongest multilingual document parsing, irregular layouts, cross-page table merging, or VLM-style parsing: start with PaddleOCR-VL or PaddleOCR-VL-1.5.

If the user asks about serving, custom YAML, Triton-style deployment, or pipeline registration names, switch mental models from "PaddleOCR only" to "PaddleOCR on top of PaddleX."

If the user is relaying a customer question, also infer the commercial context:

  • Who asked: company name, counterpart name or title, and whether the user wants a direct external reply.
  • What stage: evaluation, pilot, deployment, fine-tuning, or production issue.
  • What artifact is needed: internal diagnosis, external WeChat reply, follow-up record, or all of them.

Read the full file on GitHub · 195 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 195 lines · 110 tokens per session scan A f74832506cd2

Subscribe to this mod's changes

paddleocr-expert is a skill published in the GitHub repository AgenticAIPlan/AgenticAISkills (11 stars, last pushed 3mo ago), licensed MIT. It adds 110 tokens to every session and 2,308 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories