From b5af5126d927104357de824696dd29fc0fda4a13 Mon Sep 17 00:00:00 2001 From: Rakshith Bhyravabhotla Date: Wed, 1 Jul 2020 00:41:43 -0700 Subject: [PATCH 1/2] minor readme change --- sdk/formrecognizer/azure-ai-formrecognizer/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/README.md b/sdk/formrecognizer/azure-ai-formrecognizer/README.md index 88d4230387f5..f470602efd61 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/README.md +++ b/sdk/formrecognizer/azure-ai-formrecognizer/README.md @@ -125,6 +125,8 @@ See the full details regarding [authentication][cognitive_authentication] of cog - Recognizing common fields from US receipts, using a pre-trained receipt model on the Form Recognizer service. These fields and meta-data are returned in a collection of `RecognizedForm` objects. - Recognizing form content, including tables, lines and words, without the need to train a model. Form content is returned in a collection of `FormPage` objects. +Sample code snippets are provided to illustrate using a FormRecognizerClient [here](#recognize-content "Recognize Content"). + ### FormTrainingClient `FormTrainingClient` provides operations for: @@ -135,6 +137,8 @@ See the full details regarding [authentication][cognitive_authentication] of cog Please note that models can also be trained using a graphical user interface such as the [Form Recognizer Labeling Tool][fr-labeling-tool]. +Sample code snippets are provided to illustrate using a FormTrainingClient [here](#train-a-model "Train a model"). + ### Long-Running Operations Long-running operations are operations which consist of an initial request sent to the service to start an operation, followed by polling the service at intervals to determine whether the operation has completed or failed, and if it has From 87f84f501abad39339763cff1379cb333189de18 Mon Sep 17 00:00:00 2001 From: Rakshith Bhyravabhotla Date: Wed, 1 Jul 2020 00:42:44 -0700 Subject: [PATCH 2/2] small change --- sdk/formrecognizer/azure-ai-formrecognizer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/README.md b/sdk/formrecognizer/azure-ai-formrecognizer/README.md index f470602efd61..80880345ea75 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/README.md +++ b/sdk/formrecognizer/azure-ai-formrecognizer/README.md @@ -125,7 +125,7 @@ See the full details regarding [authentication][cognitive_authentication] of cog - Recognizing common fields from US receipts, using a pre-trained receipt model on the Form Recognizer service. These fields and meta-data are returned in a collection of `RecognizedForm` objects. - Recognizing form content, including tables, lines and words, without the need to train a model. Form content is returned in a collection of `FormPage` objects. -Sample code snippets are provided to illustrate using a FormRecognizerClient [here](#recognize-content "Recognize Content"). +Sample code snippets are provided to illustrate using a FormRecognizerClient [here](#recognize-forms-using-a-custom-model "Recognize Forms Using a Custom Model"). ### FormTrainingClient `FormTrainingClient` provides operations for: