Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
zai-org
/
GLM-OCR
Public
Notifications
You must be signed in to change notification settings
Fork
656
Star
7.3k
Code
Issues
36
Pull requests
13
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Apr 21, 2026
fix(ocr_client): default to 'Text Recognition:' prompt in ollama_generate mode (#208)
Show description for cef4d0e
mufradhossain
authored
cef4d0e
View commit details
Copy full SHA for cef4d0e
Browse repository at this point
Commits on Apr 16, 2026
add `chart` in `ResultFormatter` (#199)
Show description for 20ad544
JaredforReal
authored
20ad544
View commit details
Copy full SHA for 20ad544
Browse repository at this point
Commits on Apr 14, 2026
update sglang commands
zRzRzRzRzRzRzR
committed
a294f41
View commit details
Copy full SHA for a294f41
Browse repository at this point
Commits on Apr 8, 2026
[usage] add self-host detailed README (#189)
Show description for 0ff54de
JaredforReal
authored
0ff54de
View commit details
Copy full SHA for 0ff54de
Browse repository at this point
release v0.1.5 (#188)
Show description for 98ef984
JaredforReal
authored
98ef984
View commit details
Copy full SHA for 98ef984
Browse repository at this point
Commits on Apr 7, 2026
fix(layout): add `id2label` to LayoutConfig and guard missing `label_task_mapping` (#104)
Show description for 025f3f6
Manitchahar
authored
025f3f6
View commit details
Copy full SHA for 025f3f6
Browse repository at this point
align server and maas client output format
Show description for 5b5287f
JaredforReal
committed
5b5287f
View commit details
Copy full SHA for 5b5287f
Browse repository at this point
update server for comptiability
Show description for 327ef0b
JaredforReal
committed
327ef0b
View commit details
Copy full SHA for 327ef0b
Browse repository at this point
update readme
Show description for 425b949
JaredforReal
committed
425b949
View commit details
Copy full SHA for 425b949
Browse repository at this point
Merge pull request #186 from stephan271c/fix-selfhosted-layout-config
Show description for cc3f565
stephan271c
authored
cc3f565
View commit details
Copy full SHA for cc3f565
Browse repository at this point
Commits on Mar 27, 2026
Merge pull request #167 from Ataraxy33/reconstruct-pipeline
Show description for b069c6f
JaredforReal
authored
b069c6f
View commit details
Copy full SHA for b069c6f
Browse repository at this point
Add preserve_order argument to stream parsing test
Ataraxy33
committed
77a7430
View commit details
Copy full SHA for 77a7430
Browse repository at this point
Passed the pre-commit code check
Ataraxy33
committed
b9cc4cb
View commit details
Copy full SHA for b9cc4cb
Browse repository at this point
Commits on Mar 26, 2026
Merge remote-tracking branch 'upstream/main' into reconstruct-pipeline
Ataraxy33
committed
fdb10fc
View commit details
Copy full SHA for fdb10fc
Browse repository at this point
Refactor code for improved readability and consistency across multiple files
Ataraxy33
committed
52687c2
View commit details
Copy full SHA for 52687c2
Browse repository at this point
Add preserve_order parameter to GlmOcr and Pipeline classes for consistent output order
Ataraxy33
committed
cf32315
View commit details
Copy full SHA for cf32315
Browse repository at this point
Update default configuration parameters
Ataraxy33
committed
4252a3c
View commit details
Copy full SHA for 4252a3c
Browse repository at this point
Add post-processing configuration options to ResultFormatter for merging formulas, text blocks, and formatting bullet points
Ataraxy33
committed
2ec0809
View commit details
Copy full SHA for 2ec0809
Browse repository at this point
Commits on Mar 24, 2026
add model to self-hosted mode (#162)
Show description for 10d3fab
JaredforReal
authored
10d3fab
View commit details
Copy full SHA for 10d3fab
Browse repository at this point
Enhance memory management in PipelineState by adding release_unit_data method to free per-page data after processing
Ataraxy33
committed
9b83925
View commit details
Copy full SHA for 9b83925
Browse repository at this point
Commits on Mar 20, 2026
Add engine log level parameter to build_engine_cmd for enhanced logging control
Ataraxy33
committed
33b78f7
View commit details
Copy full SHA for 33b78f7
Browse repository at this point
Update multi-GPU deployment to pass log directory and engine log level for improved logging
Ataraxy33
committed
cee8fa0
View commit details
Copy full SHA for cee8fa0
Browse repository at this point
Add --no-save option to multi-GPU deployment for optional result file writing
Ataraxy33
committed
b3874ad
View commit details
Copy full SHA for b3874ad
Browse repository at this point
Refactor result yielding in Pipeline to maintain original input order
Ataraxy33
committed
8f134ad
View commit details
Copy full SHA for 8f134ad
Browse repository at this point
Add inline formula normalization in result formatting process
Ataraxy33
committed
507c2d1
View commit details
Copy full SHA for 507c2d1
Browse repository at this point
add history
Show description for 8d41946
JaredforReal
committed
8d41946
View commit details
Copy full SHA for 8d41946
Browse repository at this point
Fix reading maxsize values from config.py (#146)
Show description for 4ae51cf
keefir
and
dva
authored
4ae51cf
View commit details
Copy full SHA for 4ae51cf
Browse repository at this point
Fix link path for GLM-OCR Skill mode update (#155)
dr-data
authored
e14986d
View commit details
Copy full SHA for e14986d
Browse repository at this point
fix the skill markdown link (#154)
dr-data
authored
a1d61ad
View commit details
Copy full SHA for a1d61ad
Browse repository at this point
Commits on Mar 19, 2026
Refactor content validation in ResultFormatter to skip non-image labels before checking for empty content
Ataraxy33
committed
978564a
View commit details
Copy full SHA for 978564a
Browse repository at this point
optimize md content (#150)
Show description for 40345d9
SuperDongdongYan
and
yanshengdong
authored
40345d9
View commit details
Copy full SHA for 40345d9
Browse repository at this point
Update SKILL for Safety (#148)
Show description for 61709d4
JaredforReal
authored
61709d4
View commit details
Copy full SHA for 61709d4
Browse repository at this point
Release v0.1.4(#147)
Show description for d947dc2
JaredforReal
authored
d947dc2
View commit details
Copy full SHA for d947dc2
Browse repository at this point
Commits on Mar 18, 2026
Add engine health checks in multi-GPU coordinator to monitor and handle crashed processes
Ataraxy33
committed
0d51f41
View commit details
Copy full SHA for 0d51f41
Browse repository at this point
Add health monitoring to OCR pipeline with a watchdog thread and socket connectivity check
Ataraxy33
committed
88fc499
View commit details
Copy full SHA for 88fc499
Browse repository at this point
Previous
Next
You can’t perform that action at this time.