docs: add GLM-OCR to README documentation#312
Conversation
- Add GLM-OCR to Document Processing & OCR section - Add OCR Tool Selection table with decision guidance - Add quick start example for GLM-OCR usage - Update MCP integrations category with GLM-OCR entry - Reference the new tools/ocr/glm-ocr.md subagent
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary of ChangesHello @marcusquinn, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request enhances the project's documentation by integrating comprehensive information about the recently added GLM-OCR feature into the Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
|
There was a problem hiding this comment.
Code Review
This pull request effectively documents the new GLM-OCR feature in the README. The changes are well-structured, adding the new tool to relevant sections, providing a helpful tool selection table, and a quick start guide. My feedback includes a minor suggestion to improve the consistency of the "OCR Tool Selection" table for better readability. Overall, this is a great documentation update.
| |------|------|-----| | ||
| | **Quick text extraction** | GLM-OCR | Local, fast, no API keys, privacy-first | | ||
| | **Structured JSON output** | Unstract | Schema-based extraction, complex documents | | ||
| | **Screen/window OCR** | Peekaboo + GLM-OCR | `peekaboo image --analyze --model ollama/glm-ocr` | |
There was a problem hiding this comment.
For consistency with other entries in the 'OCR Tool Selection' table, consider adding a brief explanation to the 'Why' column. Currently, it only contains a command, whereas other rows explain the benefit of the tool. A short description would improve clarity for users comparing options.
| | **Screen/window OCR** | Peekaboo + GLM-OCR | `peekaboo image --analyze --model ollama/glm-ocr` | | |
| | **Screen/window OCR** | Peekaboo + GLM-OCR | For OCR on screenshots or active windows, e.g., `peekaboo image --analyze --model ollama/glm-ocr` | |
🔍 Code Quality Report�[0;35m[MONITOR]�[0m Code Review Monitoring Report �[0;34m[INFO]�[0m Latest Quality Status: �[0;34m[INFO]�[0m Recent monitoring activity: 📈 Current Quality Metrics
Generated on: Wed Feb 4 05:21:01 UTC 2026 Generated by AI DevOps Framework Code Review Monitoring |



Summary
Documents the new GLM-OCR feature in the README, following up on PR #311 which added the subagent.
Changes
Document Processing & OCR section
MCP Integrations > By Category
Related
.agent/tools/ocr/glm-ocr.md