Microsoft Cognitiveservices Ocr
Connector for the microsoft-cognitiveservices-ocr API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://westcentralus.api.cognitive.microsoft.com/vision/v2.1 - Auth:
header:Ocp-Apim-Subscription-Key(pass your key via theapiKeyinput)
Operations
getreadoperationresult— GET /read/operations/{operationId} — This interface is used for getting OCR results of Read operation. The URL to thigettextoperationresult— GET /textOperations/{operationId} — This interface is used for getting text operation result. The URL to this interfbatchreadfile— POST /read/core/asyncBatchAnalyze — Use this interface to get the result of a Read operation, employing the state-ofrecognizetext— POST /recognizeText — Recognize Text operation. When you use the Recognize Text interface, the respons
Inputs
apiKey— your microsoft-cognitiveservices-ocr API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getreadoperationresult
apiKey: <your key>