Skip to content

Commit cc2e4df

Browse files
committed
update reference doc links
1 parent 8814a76 commit cc2e4df

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

articles/cognitive-services/form-recognizer/includes/quickstarts/csharp-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 05/06/2020
1111
ms.author: pafarley
1212
---
1313

14-
[Reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/dotnet/Azure.AI.FormRecognizer/1.0.0-preview.1/api/index.html) | [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/formrecognizer/Azure.AI.FormRecognizer/src) | [Package (NuGet)](https://www.nuget.org/packages/Azure.AI.FormRecognizer) | [Samples](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/README.md)
14+
[Reference documentation](https://docs.microsoft.com/dotnet/api/overview/azure/formrecognizer?view=azure-dotnet-preview) | [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/formrecognizer/Azure.AI.FormRecognizer/src) | [Package (NuGet)](https://www.nuget.org/packages/Azure.AI.FormRecognizer) | [Samples](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/README.md)
1515

1616
## Prerequisites
1717

@@ -129,7 +129,7 @@ You'll also need to add references to the URLs for your training and testing dat
129129
* Use the above method to get the URL of a receipt image as well, or use the sample image URL provided.
130130

131131
> [!NOTE]
132-
> The code snippets in this guide use remote forms accessed by URLs. If you want to process local form documents instead, see the related methods in the [reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/dotnet/Azure.AI.FormRecognizer/1.0.0-preview.1/api/index.html).
132+
> The code snippets in this guide use remote forms accessed by URLs. If you want to process local form documents instead, see the related methods in the [reference documentation](https://docs.microsoft.com/dotnet/api/overview/azure/formrecognizer?view=azure-dotnet-preview).
133133
134134
```csharp
135135
string trainingDataUrl = "<SAS-URL-of-your-form-folder-in-blob-storage>";

articles/cognitive-services/form-recognizer/includes/quickstarts/java-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 05/06/2020
1111
ms.author: pafarley
1212
---
1313

14-
[Reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/java/azure-ai-formrecognizer/1.0.0-beta.1/index.html) | [Library source code](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/formrecognizer/azure-ai-formrecognizer/src) | [Package (Maven)](https://mvnrepository.com/artifact/com.azure/azure-ai-formrecognizer) | [Samples](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/README.md)
14+
[Reference documentation](https://docs.microsoft.com/java/api/overview/azure/formrecognizer?view=azure-java-preview) | [Library source code](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/formrecognizer/azure-ai-formrecognizer/src) | [Package (Maven)](https://mvnrepository.com/artifact/com.azure/azure-ai-formrecognizer) | [Samples](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/README.md)
1515

1616
## Prerequisites
1717

@@ -125,7 +125,7 @@ You'll also need to add references to the URLs for your training and testing dat
125125
* Use the above method to get the URL of a receipt image as well.
126126

127127
> [!NOTE]
128-
> The code snippets in this guide use remote forms accessed by URLs. If you want to process local form documents instead, see the related methods in the [reference documentation](https://aka.ms/azsdk-java-formrecognizer-ref-docs).
128+
> The code snippets in this guide use remote forms accessed by URLs. If you want to process local form documents instead, see the related methods in the [reference documentation](https://docs.microsoft.com/java/api/overview/azure/formrecognizer?view=azure-java-preview).
129129
130130
```java
131131
string trainingDataUrl = "<SAS-URL-of-your-form-folder-in-blob-storage>";

articles/cognitive-services/form-recognizer/includes/quickstarts/javascript-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 05/08/2020
1111
ms.author: pafarley
1212
---
1313

14-
[Reference documentation](https://aka.ms/azsdk-js-formrecognizer-ref-docs) | [Library source code](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/formrecognizer/ai-form-recognizer/) | [Package (npm)](https://www.npmjs.com/package/@azure/ai-form-recognizer) | [Samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/formrecognizer/ai-form-recognizer/samples)
14+
[Reference documentation](https://docs.microsoft.com/javascript/api/overview/azure/formrecognizer?view=azure-node-preview) | [Library source code](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/formrecognizer/ai-form-recognizer/) | [Package (npm)](https://www.npmjs.com/package/@azure/ai-form-recognizer) | [Samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/formrecognizer/ai-form-recognizer/samples)
1515

1616
## Prerequisites
1717

@@ -111,7 +111,7 @@ You'll also need to add references to the URLs for your training and testing dat
111111
* Use the above method to get the URL of a receipt image as well, or use the sample image URL provided.
112112

113113
> [!NOTE]
114-
> The code snippets in this guide use remote forms accessed by URLs. If you want to process local form documents instead, see the related methods in the [reference documentation](https://aka.ms/azsdk-js-formrecognizer-ref-docs).
114+
> The code snippets in this guide use remote forms accessed by URLs. If you want to process local form documents instead, see the related methods in the [reference documentation](https://docs.microsoft.com/javascript/api/overview/azure/formrecognizer?view=azure-node-preview).
115115
116116

117117
```javascript

articles/cognitive-services/form-recognizer/includes/quickstarts/python-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 05/07/2020
1111
ms.author: pafarley
1212
---
1313

14-
[Reference documentation](https://aka.ms/azsdk-python-formrecognizer-ref-docs) | [Library source code](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/formrecognizer/azure-ai-formrecognizer/azure/ai/formrecognizer) | [Package (PyPi)](https://pypi.org/project/azure-ai-formrecognizer/) | [Samples](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/formrecognizer/azure-ai-formrecognizer/samples)
14+
[Reference documentation](https://docs.microsoft.com/python/api/overview/azure/formrecognizer?view=azure-python-preview) | [Library source code](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/formrecognizer/azure-ai-formrecognizer/azure/ai/formrecognizer) | [Package (PyPi)](https://pypi.org/project/azure-ai-formrecognizer/) | [Samples](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/formrecognizer/azure-ai-formrecognizer/samples)
1515

1616
## Prerequisites
1717

@@ -85,7 +85,7 @@ form_training_client = FormTrainingClient(self.endpoint, AzureKeyCredential(self
8585
## Define variables
8686

8787
> [!NOTE]
88-
> The code snippets in this guide use remote forms accessed by URLs. If you want to process local form documents instead, see the related methods in the [reference documentation](https://aka.ms/azsdk-python-formrecognizer-ref-docs) and [samples](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/formrecognizer/azure-ai-formrecognizer/samples).
88+
> The code snippets in this guide use remote forms accessed by URLs. If you want to process local form documents instead, see the related methods in the [reference documentation](https://docs.microsoft.com/python/api/overview/azure/formrecognizer?view=azure-python-preview) and [samples](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/formrecognizer/azure-ai-formrecognizer/samples).
8989
9090
You'll also need to add references to the URLs for your training and testing data.
9191
* To retrieve the SAS URL for your custom model training data, open the Microsoft Azure Storage Explorer, right-click your container, and select **Get shared access signature**. Make sure the **Read** and **List** permissions are checked, and click **Create**. Then copy the value in the **URL** section. It should have the form: `https://<storage account>.blob.core.windows.net/<container name>?<SAS value>`.

articles/cognitive-services/form-recognizer/toc.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,13 @@
6767
- name: SDKs
6868
items:
6969
- name: .NET
70-
href: https://docs.microsoft.com/dotnet/api/overview/azure/cognitiveservices/client/formrecognizer?view=azure-dotnet-preview
70+
href: https://docs.microsoft.com/dotnet/api/overview/azure/formrecognizer?view=azure-dotnet-preview
71+
- name: Python
72+
href: https://docs.microsoft.com/python/api/overview/azure/formrecognizer?view=azure-python-preview
73+
- name: Java
74+
href: https://docs.microsoft.com/java/api/overview/azure/formrecognizer?view=azure-java-preview
75+
- name: JavaScript
76+
href: https://docs.microsoft.com/javascript/api/overview/azure/formrecognizer?view=azure-node-preview
7177
- name: Resources
7278
items:
7379
- name: Pricing and limits

0 commit comments

Comments
 (0)