Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion skills/glmocr-formula/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
homepage: https://github.com/zai-org/GLM-OCR/tree/main/skills/glmocr-formula
---

# GLM-V Formula Recognition Skill / GLM-V 公式识别技能
# GLM-OCR Formula Recognition Skill / GLM-OCR 公式识别技能

Recognize mathematical formulas from images and PDFs and convert them to LaTeX format using the ZhiPu GLM-OCR layout parsing API.

Expand Down
2 changes: 1 addition & 1 deletion skills/glmocr-handwriting/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
homepage: https://github.com/zai-org/GLM-OCR/tree/main/skills/glmocr-handwriting
---

# GLM-V Handwriting Recognition Skill / GLM-V 手写体识别技能
# GLM-OCR Handwriting Recognition Skill / GLM-OCR 手写体识别技能

Recognize handwritten text from images and PDFs using the ZhiPu GLM-OCR layout parsing API.

Expand Down
2 changes: 1 addition & 1 deletion skills/glmocr-table/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
homepage: https://github.com/zai-org/GLM-OCR/tree/main/skills/glmocr-table
---

# GLM-V Table Recognition Skill / GLM-V 表格识别技能
# GLM-OCR Table Recognition Skill / GLM-OCR 表格识别技能
Copy link

Copilot AI Mar 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description currently contains what looks like a generic contribution guide template and doesn’t describe this change (renaming GLM-V to GLM-OCR in skill docs). Please update the PR description to briefly state the scope/intent of this PR so reviewers and release notes are accurate.

Copilot uses AI. Check for mistakes.

Extract tables from images and PDFs and convert them to Markdown format using the ZhiPu GLM-OCR layout parsing API.

Expand Down
Loading