0
votes

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?

1
How's going? Has your issue get solved?Stanley Gong
It's working with vision 2.1Sunny Reddy
Glad to know your issue has been solved, pls accept my post if it is helpful for you and close this question :)Stanley Gong

1 Answers

0
votes

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