Skip to content

Commit 572a7a2

Browse files
Incorporate feedback.
1 parent b71e31e commit 572a7a2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

articles/ai-services/computer-vision/includes/curl-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Use the optical character recognition (OCR) REST API to read printed and handwri
2222

2323
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/).
2424
- [cURL](https://curl.haxx.se/) installed.
25-
- [An Azure AI Vision resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision). You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
25+
- <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision" title="create a Vision resource" target="_blank">An Azure AI Vision resource</a>. You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
2626
- The key and endpoint from the resource you create to connect your application to the Azure AI Vision service.
2727

2828
1. After your Azure Vision resource deploys, select **Go to resource**.

articles/ai-services/computer-vision/includes/ocr-studio-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ms.author: pafarley
2626

2727
## Read printed and handwritten text
2828

29-
1. Under **Optical character recognition** > **Extract text from images**.
29+
1. Under **Optical character recognition**, select **Extract text from images**.
3030
1. Under **Try it out**, acknowledge that this demo incurs usage to your Azure account. For more information, see [Azure AI Vision pricing](https://azure.microsoft.com/pricing/details/cognitive-services/computer-vision/).
3131
1. Select an image from the available set, or upload your own.
3232
1. If necessary, select **Please select a resource** to select your resource.

articles/ai-services/computer-vision/includes/quickstarts-sdk/csharp-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Use the optical character recognition (OCR) client library to read printed and h
2525

2626
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/).
2727
- The [Visual Studio IDE](https://visualstudio.microsoft.com/vs/) or current version of [.NET Core](https://dotnet.microsoft.com/download/dotnet-core).
28-
- [An Azure AI Vision resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision). You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
28+
- <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision" title="create a Vision resource" target="_blank">An Azure AI Vision resource</a>. You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
2929
- The key and endpoint from the resource you create to connect your application to the Azure AI Vision service.
3030

3131
1. After your Azure Vision resource deploys, select **Go to resource**.

articles/ai-services/computer-vision/includes/quickstarts-sdk/node-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Use the optical character recognition (OCR) client library to read printed and h
2525

2626
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/).
2727
- The current version of [Node.js](https://nodejs.org/).
28-
- [An Azure AI Vision resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision). You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
28+
- <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision" title="create a Vision resource" target="_blank">An Azure AI Vision resource</a>. You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
2929
- The key and endpoint from the resource you create to connect your application to the Azure AI Vision service.
3030

3131
1. After your Azure Vision resource deploys, select **Go to resource**.

articles/ai-services/computer-vision/includes/quickstarts-sdk/python-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Use the optical character recognition (OCR) client library to read printed and h
2525
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/).
2626
- [Python 3.x](https://www.python.org/).
2727
- Your Python installation should include [pip](https://pip.pypa.io/en/stable/). You can check whether you have pip installed, run `pip --version` on the command line. Get pip by installing the latest version of Python.
28-
- [An Azure AI Vision resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision). You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
28+
- <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision" title="create a Vision resource" target="_blank">An Azure AI Vision resource</a>. You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
2929
- The key and endpoint from the resource you create to connect your application to the Azure AI Vision service.
3030

3131
1. After your Azure Vision resource deploys, select **Go to resource**.

0 commit comments

Comments
 (0)