A high-performance OCR tool utilizing PaddleOCR to extract Chinese and English text from images and PDF documents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ocr-python
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ocr-python using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OCR Text Recognition skill is a specialized utility designed for developers and AI agents needing to bridge the gap between visual media and structured text. By leveraging PaddleOCR, it provides robust support for both Chinese and English characters, making it ideal for processing international documents and complex layouts. This skill is a core component of the Openclaw Skills ecosystem, enabling the seamless transformation of scanned PDFs, invoices, and photos into machine-readable data.
Whether you are building an automated bookkeeping agent or a document archiving system, this skill provides the underlying engine for accurate character recognition. It simplifies the integration of advanced computer vision capabilities into your development workflow without requiring deep expertise in machine learning models.
Install the necessary dependencies via pip to prepare your environment for Openclaw Skills integration:
pip3 install paddlepaddle paddleocr
Ensure that your system has the appropriate drivers if you intend to use GPU acceleration for larger batches of documents.
The skill returns a structured JSON object containing the results of the recognition process, ensuring compatibility with other tools in the Openclaw Skills ecosystem.
| Field | Type | Description |
|---|---|---|
rec_texts |
Array | A list of all recognized text strings found in the document. |
rec_scores |
Array | Numerical confidence values for each corresponding recognized text string. |
Loading
A high-performance tool for headless web search and markdown content extraction using the Brave Search API.

A verification and discovery engine for AI agents that provides live A2A agent cards and trust scores for over 40,000 entities.

A distributed, git-backed graph issue tracker specifically designed for AI agents to manage complex task dependencies and project state.

ContextClaw is a comprehensive session management and cleanup utility designed to optimize storage and analyze token consumption for AI agents.

A high-performance reverse proxy that implements the L402 protocol to enable Lightning Network payment-gated API access.

An end-to-end toolkit for agentic commerce using the Lightning Network and L402 protocol to enable autonomous micropayments.








































