Skip to main content
Glama

Orion Vision MCP Server

analyze-document

Process documents to extract structured data using Azure Form Recognizer. Supports multiple formats like receipts, invoices, and IDs for AI-powered analysis and integration.

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

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