Documentation
README
GLM-OCR Multimodal Deep Analysis
This tool builds a high-precision document parsing pipeline: using GLM-OCR for layout element extraction, calling GLM-4.7 for logical interpretation of table data, and calling GLM-4.6V for multimodal visual interpretation of images and charts.
Pipeline Implementation Architecture
This Skill consists of two core script stages, orchestrated through glm_ocr_pipeline.py:
1. Extraction Stage (scripts/glm_ocr_extract.py)
- Core Model: GLM-OCR
- Function: Responsible for physical layout analysis of documents
- Output: Extract table HTML and clean to Markdown, automatically crop independent chart image files based on Bbox coordinates, and generate intermediate JSON containing full page reading order
This is the opening of the README. Read the full README on GitHub.