A high-precision document parsing pipeline that extracts layout elements and performs deep multimodal analysis on tables and charts.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pdf-ocr-layout
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 pdf-ocr-layout using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The GLM-OCR Multimodal Deep Analysis skill is a sophisticated document parsing pipeline designed for high-precision extraction and interpretation of complex layouts. By leveraging Zhipu's GLM-OCR for physical layout analysis, GLM-4.7 for logical table interpretation, and GLM-4.6V for multimodal visual analysis, this tool transforms raw PDFs and images into structured, meaningful data.
Unlike traditional OCR tools that merely digitize text, this Openclaw Skills asset understands the relationship between visual elements and their context. It identifies tables, crops illustrations as independent files, and provides deep semantic reasoning to explain the content of your documents in a way that is immediately actionable for developers and analysts.
Ensure you have Python 3.8 or higher installed. Start by configuring your Zhipu AI environment variable:
export ZHIPU_API_KEY='your_api_key_here'
Install the required Python dependencies:
pip install zhipuai pillow beautifulsoup4
Run the pipeline using the following command to process your files:
python scripts/glm_ocr_pipeline.py --file_path "/path/to/your/document.pdf" --output_dir "/path/to/output"
The skill generates an output directory containing cropped images and returns a JSON array of objects. Each object represents a layout element with the following structure:
| Key | Type | Description |
|---|---|---|
type |
String | The element category: table or image. |
bbox |
Array | Coordinates [x1, y1, x2, y2] of the element on the page. |
content_info |
String | The Markdown table content or the file path to the cropped image. |
deep_understanding |
String | AI-generated semantic analysis based on GLM-4.7 or GLM-4.6V. |
Loading
A browser automation skill that facilitates the end-to-end submission of leave requests within the Feishu (Lark) corporate ecosystem.

A unified market analysis engine for cryptocurrency and stocks powered by multi-source financial data and technical indicators.

A sophisticated automation pipeline that downloads YouTube audio and captures real-time AI translations using the Doubao interface.

A chat-first skill to generate, read, and summarize XMind mind maps directly from your AI agent using the xmind-generator-mcp server.

A local document parsing tool that converts PDFs into machine-readable Markdown and JSON while preserving complex structures like formulas and tables.

A specialized tool for retrieving and filtering Turkish earthquake data from official AFAD sources.








































