azureoutlookcomputer-visionazure-web-app-service

Unable to find 'https://{endpoint}/vision/v3.1/read/analyze[?language]' URL in cognitive services in azure


Recently I've subscribed for the azure computer vision services. I'm able to find endpoint and subscription key, but unable to find the OCR or URL similar to 'https://{endpoint}/vision/v3.1/read/analyze[?language]'. The location is central India. Can anyone please help me with this?


Solution

  • If your computer vision services region is central India, your OCR request URL should be:

    POST https://centralindia.api.cognitive.microsoft.com/vision/v3.1/ocr?language=unk&detectOrientation=true
    

    For more details see the official API reference here. You can also find read method here.

    My test result: enter image description here