paddleocr-text-recognition
Extracts text from images and PDFs using PaddleOCR API via Python scripts, returning results in JSON format.
Install
npx skills add https://github.com/aidenwu0209/paddleocr-skills --skill paddleocr-text-recognitionStats
| Total installs | 1,930 |
| Weekly installs | 1.9K |
| GitHub stars | 11 |
| First seen | Feb 9, 2026 |
| Source | @aidenwu0209/paddleocr-skills |
Summary
- Supports URLs and local file paths for images and PDFs; returns complete recognized text in JSON format
- Mandatory API-only approach: executes python scripts/ocr_caller.py with --file-url or --file-path parameters
- Requires initial configuration with PADDLEOCR_OCR_API_URL and PADDLEOCR_ACCESS_TOKEN; displays full extracted text without truncation or summarization
- Handles authentication, rate limiting, and empty results; stops immediately on API failure without fallback methods
Tags
Related skills
| Skill | Installs | vs paddleocr-text-recognition |
|---|---|---|
| docs-writer | 1,798 | -132 |
| trade | 1,698 | -232 |
| ast-grep | 2,096 | +166 |
| building-mcp-server-on-cloudflare | 2,133 | +203 |
| competitor-analysis | 1,895 | -35 |
FAQ
- How many installs does paddleocr-text-recognition have?
- paddleocr-text-recognition has 1,930 total installs and 1.9K installs this week.
- Where is paddleocr-text-recognition hosted?
- paddleocr-text-recognition is published by @aidenwu0209/paddleocr-skills at https://github.com/aidenwu0209/paddleocr-skills.
- How many GitHub stars does paddleocr-text-recognition have?
- paddleocr-text-recognition has 11 GitHub stars.
- When was paddleocr-text-recognition first indexed?
- OrangeBot.AI first indexed paddleocr-text-recognition on Feb 9, 2026.
- How do I install paddleocr-text-recognition?
- Run: npx skills add https://github.com/aidenwu0209/paddleocr-skills --skill paddleocr-text-recognition