microsoft.com – cognitiveservices-Ocr
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.batchReadFileUse 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.getReadOperationResultThis 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.postOperationRecognize 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.getTextOperationResultThis 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.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools