paddleocr-text-recognition

Extract multilingual text from images and PDFs using PaddleOCR.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Arry8/openclaw-edge --skill paddleocr-text-recognition-arry8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paddleocr-text-recognition
Source: https://github.com/Arry8/openclaw-edge/tree/main/skills/paddleocr-text-recognition
Command: npx skills add https://github.com/Arry8/openclaw-edge --skill paddleocr-text-recognition-arry8

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires httpx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Manual text extraction from images and scanned documents is slow and error-prone; this skill automates reading text from images and PDFs with PaddleOCR, producing machine-readable results and optional coordinates.

Core Features & Use Cases

  • OCR text extraction from images and PDFs with multilingual support.
  • Line-level output suitable for downstream processing and indexing.
  • Use cases include digitizing receipts, screenshots, and scanned documents for search and analysis.

Quick Start

Ask PaddleOCR to extract text from an image or PDF by providing a file path or URL.

Frequently Asked Questions about paddleocr-text-recognition

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract text from images and scanned PDFs using PaddleOCR?

You can extract text from images and scanned PDFs by providing a local file path or URL to PaddleOCR. The skill auto-detects file types and returns machine-readable line-level text payloads alongside raw API results.

Can I use PaddleOCR for multilingual text extraction from screenshots?

PaddleOCR supports multilingual text extraction from screenshots, receipts, and scanned documents. It processes image-to-text conversion and outputs structured line-level text suitable for downstream indexing and search workflows.

Does PaddleOCR CLI tool require environment configuration before processing documents?

PaddleOCR requires environment configuration before processing documents. The skill enforces this setup and handles errors gracefully, ensuring stable API integration for small-to-medium-scale document digitization tasks.

What is the best way to digitize receipts and scanned documents for search?

The best way to digitize receipts and scanned documents is using PaddleOCR for automated text extraction. It eliminates manual entry by auto-detecting file types and returning structured text payloads ready for indexing and analysis.

Why does PaddleOCR text extraction fail on some image URLs?

PaddleOCR text extraction can fail if environment configuration is missing or the image URL is inaccessible. The skill handles these errors gracefully, validating inputs and requiring proper setup before executing API calls.

Are there limitations when using PaddleOCR for large-scale document digitization?

PaddleOCR is designed for small-to-medium-scale document digitization. For large-scale workflows, processing might be constrained by API limits and environment configuration, making it better suited for line-level extraction tasks.