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?
0
votes
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.