Skip to main content
Glama

Orion Vision MCP Server

analyze-document

Extract structured data from documents using Azure Form Recognizer. Ideal for processing receipts, invoices, and IDs by analyzing the document URL with optional custom models.

Instructions

Analyzes a document using Azure Form Recognizer and returns structured data

Input Schema

NameRequiredDescriptionDefault
modelIdNoOptional model ID for custom models
urlYesURL of the document to analyze

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "modelId": { "description": "Optional model ID for custom models", "type": "string" }, "url": { "description": "URL of the document to analyze", "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }

Other Tools from Orion Vision 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/Cognitive-Stack/orion-vision-mcp'

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