Communityv2.0.0

PaddleOCR Text Recognition

Use this skill whenever the user wants text extracted from images, photos, scans, screenshots, or scanned PDFs. Returns exact machine-readable strings with l...

3.4kdownloads12stars19active installsLin Manhui
View on ClawHubBack to Skills

Skill Details

Slug
paddleocr-text-recognition
Latest Version
2.0.0
Author
Lin Manhui
Published
Mar 10, 2026
Updated
Jun 5, 2026
Total Versions
23

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for PaddleOCR Text Recognition.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v2.0.0

- Major refactor: removed all local wrapper scripts and sample/reference files, switching to direct CLI usage. - SKILL.md is now much shorter and focuses on using the upstream paddleocr CLI tool directly. - Installation and environment details are simplified—API configuration only requires PADDLEOCR_ACCESS_TOKEN. - All previous internal instructions, JSON handling tips, and error guidance for wrapper scripts have been removed. - Usage examples now demonstrate running OCR directly with the paddleocr CLI, including preprocessing and output options.