Communityv2.0.16

PaddleOCR Document Parsing

Use this skill to extract structured Markdown/JSON from PDFs and document images—tables with cell-level precision, formulas as LaTeX, figures, seals, charts,...

8.4kdownloads43stars60active installsBobholamovic
View on ClawHubBack to Skills

Skill Details

Slug
paddleocr-doc-parsing
Latest Version
2.0.16
Author
Bobholamovic
Published
Feb 5, 2026
Updated
Apr 3, 2026
Total Versions
21

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 Document Parsing.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v2.0.16

- Switched installation and dependency management to inline PEP 723 requirements, eliminating the separate requirements.txt files. - Updated usage instructions: scripts are now executed via uv (Python 3.9+ required), replacing previous pip/python guidance. - Clarified compatibility: now requires Python 3.9+, uv, and internet access. - Added SPDX license field (Apache-2.0). - Cleaned up documentation by removing references to installation via requirements files and updating all example commands to use uv.