Unable to find ocr link in computer vision API services.

Nithin Reddy 1 Reputation point
2021-02-15T08:17:32.803+00:00

I've recently subscribed to azure vision API services. I'm able to find subscription key and endpoint but unable to find text recognition (OCR) link.

subscription_key = ""
endpoint = ""
text_recognition_url = endpoint + ""

I'm running in python and location is central India.

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
251 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 39,696 Reputation points Microsoft Employee
    2021-02-15T10:45:31.517+00:00

    @Nithin Reddy The details are available on your computer recognition resource on Azure portal. The details should be on the Keys and Endpoints tab.

    68129-image.png

    Please copy and replace these in your code and try to run the script you are using. Thanks!!