integrations.sh
← all integrations

microsoft.com – cognitiveservices-Ocr

OpenAPI apis-guru developer_toolscloud

The Computer Vision API provides state-of-the-art algorithms to process images and return information. For example, it can be used to determine if an image contains mature content, or it can be used to find all the faces in an image. It also has other features like estimating dominant and accent colors, categorizing the content of images, and describing an image with complete English sentences. Additionally, it can also intelligently generate images thumbnails for displaying large images effectively.

Homepage
https://api.apis.guru/v2/specs/microsoft.com:cognitiveservices-Ocr/2.0.json
Provider
microsoft.com:cognitiveservices-Ocr / cognitiveservices-Ocr
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/microsoft.com/cognitiveservices-Ocr/2.0/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/microsoft.com/cognitiveservices-Ocr/2.0/openapi.yaml

Tools (6)

Extracted live via the executor SDK.

  • read.batchReadFile

    Use this interface to get the result of a Read operation, employing the state-of-the-art Optical Character Recognition (OCR) algorithms optimized for text-heavy documents. When you use the Read File interface, the response contains a field called 'Operation-Location'. The 'Operation-Location' field contains the URL that you must use for your 'GetReadOperationResult' operation to access OCR results.​

  • read.getReadOperationResult

    This interface is used for getting OCR results of Read operation. The URL to this interface should be retrieved from 'Operation-Location' field returned from Batch Read File interface.

  • recognizeText.postOperation

    Recognize Text operation. When you use the Recognize Text interface, the response contains a field called 'Operation-Location'. The 'Operation-Location' field contains the URL that you must use for your Get Recognize Text Operation Result operation.

  • textOperations.getTextOperationResult

    This interface is used for getting text operation result. The URL to this interface should be retrieved from 'Operation-Location' field returned from Recognize Text interface.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools