Set up PaddleOCR Skills
Install and verify the two skills from the linked repository. Treat this setup
skill as an installer guide; run OCR with the installed target skills.
Use this setup skill when the request mentions PaddleOCR installation or Agent
Skills, or asks for 图片转文字 / 截图识字 / 扫描件 OCR / PDF 转 Markdown /
表格提取 / 公式识别 / 版面分析. It installs:
paddleocr-text-recognition for screenshots, photos, scans, PDFs, CJK text,
line-level OCR, and optional bounding boxes.
paddleocr-doc-parsing for structured Markdown/JSON, tables, formulas,
figures, multi-column layout, and correct reading order.
Install
Confirm the user wants a global, user-level installation.
Check Node.js/npx, Python 3.9+, and uv. Explain any missing prerequisite
before using its official installer. Do not use sudo or change unrelated
system settings without permission.
Run:
npx skills add Aidenwu0209/PaddleOCR-Skills --skill '*' -g -y
Run npx skills list -g --json and confirm both
paddleocr-text-recognition and paddleocr-doc-parsing, including their
actual install paths.
Configure safely
- Use https://www.paddleocr.com for the official API and token flow.
- Ask the user to provide the OCR or document-parsing endpoint only when that
target skill needs it.
- Never invent, print, or store
PADDLEOCR_ACCESS_TOKEN in chat, command
history, source files, or logs.
- Report incomplete configuration instead of claiming the OCR service works.
Finish
Report prerequisite versions, commands executed, installed skill names and
paths, and any configuration still required from the user.
1---2name: paddleocr-skills-setup3description: Install and configure two PaddleOCR Agent Skills for text recognition and structured document parsing in Codex, Claude Code, GitHub Copilot, Cursor, OpenCode, OpenClaw, and other compatible agents. Use for OCR and image-to-text from screenshots, photos, scans, and PDFs; Chinese/CJK text and bounding boxes; PDF-to-Markdown/JSON; tables, formulas, layout, and reading order; or endpoint, token, installation, and troubleshooting help.4license: MIT-05---6
7# Set up PaddleOCR Skills
8
9Install and verify the two skills from the linked repository. Treat this setup
10skill as an installer guide; run OCR with the installed target skills.
11
12Use this setup skill when the request mentions PaddleOCR installation or Agent
13Skills, or asks for **图片转文字 / 截图识字 / 扫描件 OCR / PDF 转 Markdown /
14表格提取 / 公式识别 / 版面分析**. It installs:
15
16- `paddleocr-text-recognition` for screenshots, photos, scans, PDFs, CJK text,
17 line-level OCR, and optional bounding boxes.
18- `paddleocr-doc-parsing` for structured Markdown/JSON, tables, formulas,
19 figures, multi-column layout, and correct reading order.
20
21## Install
22
231. Confirm the user wants a global, user-level installation.
242. Check Node.js/npx, Python 3.9+, and `uv`. Explain any missing prerequisite
25 before using its official installer. Do not use `sudo` or change unrelated
26 system settings without permission.
273. Run:
28
29 ```bash
30 npx skills add Aidenwu0209/PaddleOCR-Skills --skill '*' -g -y
31 ```
32
334. Run `npx skills list -g --json` and confirm both
34 `paddleocr-text-recognition` and `paddleocr-doc-parsing`, including their
35 actual install paths.
36
37## Configure safely
38
39- Use https://www.paddleocr.com for the official API and token flow.
40- Ask the user to provide the OCR or document-parsing endpoint only when that
41 target skill needs it.
42- Never invent, print, or store `PADDLEOCR_ACCESS_TOKEN` in chat, command
43 history, source files, or logs.
44- Report incomplete configuration instead of claiming the OCR service works.
45
46## Finish
47
48Report prerequisite versions, commands executed, installed skill names and
49paths, and any configuration still required from the user.