by brian-girko
A powerful OCR extension with area selection tool and more
# Add to your Claude Code skills
git clone https://github.com/brian-girko/image-readerGuides for using mcp servers skills like image-reader.
Last scanned: 7/29/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-07-29T06:30:14.114Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}image-reader is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by brian-girko. A powerful OCR extension with area selection tool and more. It has 126 GitHub stars.
Yes. image-reader passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/brian-girko/image-reader" and add it to your Claude Code skills directory (see the Installation section above).
image-reader is primarily written in JavaScript. It is open-source under brian-girko on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh image-reader against similar tools.
No comments yet. Be the first to share your thoughts!
This extension adds a toolbar button to your browser to perform OCR. When this action button is pressed, it allows the user to select a region in the currently active window. The extension captures the area and tries to recognize text inside this region using the internal powerful OCR engine (Tesseract engine). This extension uses the "tesseract.js" library that supports more than 100 languages, automatic text orientation, and script detection.