GLM-OCR Table Recognition
Summary
Extract complex tables, including merged cells and multi-row headers, from images and PDFs into clean Markdown.
Features
- Handles merged cells, nested tables, and multi-row headers
- Multi-page PDF batch extraction
- Clean Markdown table output
- Works from local files or remote URLs
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
GLM-OCR Table Recognition is Zhipu AI's official skill for converting table-heavy documents into structured, editable Markdown. It calls the ZhiPu GLM-OCR layout-parsing API to detect and reconstruct tables from images, scanned documents, and multi-page PDFs, specifically handling cases that trip up naive OCR, such as merged cells, nested tables, and multi-row headers.
Input can be a local file or a remote URL, and output is clean Markdown table syntax that is immediately usable downstream or easy for an LLM to reason over further. The skill targets documents where the payoff is in the table rather than the surrounding prose, such as financial statements, invoices, and reports with embedded tabular data, and only needs a Zhipu API key plus Python to run. It is narrower and more focused than a full document-parsing pipeline, so it fits best when the ask is specifically to get a table out of an image or PDF and into something editable, rather than a full structural conversion of a whole document.
Related Skills
Docling Document Intelligence
by docling-project (IBM)
Parse, convert, chunk, and structurally analyze PDFs, DOCX, PPTX, HTML, and images with IBM's open-source Docling toolkit.
PaddleOCR Document Parsing
by PaddlePaddle
Turn PDFs and scanned images into structured Markdown/JSON: cell-level tables, LaTeX formulas, correct multi-column order.