MCPVault

read_image

MCP tool from Go Docs MCP by drolosoft

Extracts text from an image file using OCR. Supports PNG, JPG, and TIFF. Requires tesseract.

How to use it

read_image is exposed by the Go Docs MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the read_image tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Go Docs MCP

$go install github.com/drolosoft/go-docs-mcp@latest
FULL GO DOCS MCP LISTING