Skip to main content
Glama

Florence-2 MCP Server

ocr

Extract text from image files or URLs using optical character recognition (OCR) with the Florence-2 MCP Server. Process images to retrieve text content efficiently.

Instructions

Process an image file or URL using OCR to extract text.

Input Schema

NameRequiredDescriptionDefault
srcYesA file path or URL to the image file that needs to be processed.

Input Schema (JSON Schema)

{ "properties": { "src": { "anyOf": [ { "format": "path", "type": "string" }, { "type": "string" } ], "description": "A file path or URL to the image file that needs to be processed.", "title": "Src" } }, "required": [ "src" ], "title": "ocrArguments", "type": "object" }
Install Server

Other Tools from Florence-2 MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jkawamoto/mcp-florence2'

If you have feedback or need assistance with the MCP directory API, please join our Discord server