You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/form-recognizer/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: forms-recognizer
10
10
ms.topic: overview
11
-
ms.date: 12/05/2019
11
+
ms.date: 04/14/2020
12
12
ms.author: pafarley
13
13
#Customer intent: As a developer of form-processing software, I want to learn what the Form Recognizer service does so I can determine if I should use it.
After you get a key from your trial subscription or resource, [create environment variables](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account#configure-an-environment-variable-for-authentication) for the key and endpoint, named `FORM_RECOGNIZER_KEY` and `FORM_RECOGNIZER_ENDPOINT`, respectively.
40
+
After you get a key and endpoint, [create environment variables](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account#configure-an-environment-variable-for-authentication) for the key and endpoint, named `FORM_RECOGNIZER_KEY` and `FORM_RECOGNIZER_ENDPOINT`, respectively.
41
41
42
42
### Create a new C# application
43
43
@@ -95,12 +95,6 @@ The following classes handle the main functionality of the Form Recognizer SDK.
95
95
96
96
## Code examples
97
97
98
-
<!--
99
-
Include code snippets and short descriptions for each task you list in the the bulleted list. Briefly explain each operation, but include enough clarity to explain complex or otherwise tricky operations.
100
-
101
-
Include links to the service's reference content when introducing a class for the first time
102
-
-->
103
-
104
98
These code snippets show you how to do the following tasks with the Form Recognizer client library for .NET:
105
99
106
100
*[Authenticate the client](#authenticate-the-client)
@@ -188,7 +182,7 @@ Additionally, if you trained a custom model that you want to delete from your ac
188
182
In this quickstart, you used the Form Recognizer .NET client library to train a custom model and analyze forms. Next, learn tips to create a better training data set and produce more accurate models.
189
183
190
184
> [!div class="nextstepaction"]
191
-
>[Build a training data set](../build-training-data-set.md)
185
+
>[Build a training data set](../build-training-data-set.md)
192
186
193
187
*[What is Form Recognizer?](../overview.md)
194
188
* The source code for this sample can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/tree/master/dotnet/FormRecognizer).
0 commit comments