Florence-2 MCP Server

by jkawamoto
Verified

ocr

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" }

Other Tools