Skip to main content
Glama

Orion Vision MCP Server

extract-form-data

Extract structured data from forms like receipts, invoices, and ID documents using Azure Form Recognizer. Analyze document URLs to automate data processing and improve accuracy.

Instructions

Extracts structured data from forms using Azure Form Recognizer

Input Schema

NameRequiredDescriptionDefault
formTypeYesType of form to analyze
urlYesURL of the form document to analyze

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "formType": { "description": "Type of form to analyze", "enum": [ "receipt", "invoice", "idDocument", "businessCard", "custom" ], "type": "string" }, "url": { "description": "URL of the form document to analyze", "format": "uri", "type": "string" } }, "required": [ "url", "formType" ], "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