Azure Cloud Vision
Last updated
Last updated
Home ➜ All resouces ➜ [Your computer vision] ➜ Keys and Endpoint
In the VNTranslator go to Settings → Modules → OCR → Azure API key, and enter your API Key
Replace the value of {endpoint}
with your Computer Vision resource endpoint
For example: https://YourResourceName.cognitiveservices.azure.com
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".