Azure Cloud Vision

Get started

Supported languages

Get the API Key

Home ➜ All resouces ➜ [Your computer vision] ➜ Keys and Endpoint

Integration

In the VNTranslator go to Settings → Modules → OCR → Azure API key, and enter your API Key

Azure Request URL

https://{endpoint}/vision/v3.2/ocr[?language][&detectOrientation][&model-version]

Replace the value of {endpoint} with your Computer Vision resource endpoint For example: https://YourResourceName.cognitiveservices.azure.com

Request parameters

  • language (optional) The BCP-47 language code of the text to be detected in the image.The default value is "unk", then the service will auto detect the language of the text in the image.

  • detectOrientation (optional) Whether detect the text orientation in the image. With detectOrientation=true the OCR service tries to detect the image orientation and correct it before further processing (e.g. if it's upside-down).

  • model-version (optional) Optional parameter to specify the version of the AI model. The default value is "latest".

Last updated