Skip to content

Commit 7c526f0

Browse files
authored
Merge pull request #172087 from laujan/1873225-FR-v3-public-preview
[applied ai svcs][form recognizer] 1873225 v3.0 public preview documentation
2 parents b92d8e0 + 3708ae4 commit 7c526f0

File tree

69 files changed

+3468
-1745
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+3468
-1745
lines changed

.openpublishing.redirection.json

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46412,7 +46412,36 @@
4641246412
"source_path_from_root": "/articles/iot-dps/quick-enroll-device-tpm-python.md",
4641346413
"redirect_url": "/azure/iot-dps/quick-enroll-device-tpm",
4641446414
"redirect_document_id": false
46415+
},
46416+
{
46417+
"source_path_from_root": "/articles/applied-ai-services/form-recognizer/quickstarts/get-started-with-form-recognizer.md",
46418+
"redirect_url": "/azure/applied-ai-services/form-recognizer/quickstarts/try-sample-label-tool",
46419+
"redirect_document_id": false
46420+
},
46421+
{
46422+
"source_path_from_root": "/articles/applied-ai-services/form-recognizer/quickstarts/client-library.md",
46423+
"redirect_url": "/azure/applied-ai-services/form-recognizer/quickstarts/try-sdk-rest-api",
46424+
"redirect_document_id": false
46425+
},
46426+
{
46427+
"source_path_from_root": "/articles/applied-ai-services/form-recognizer/concept-receipts.md",
46428+
"redirect_url": "/azure/applied-ai-services/form-recognizer/concept-receipt",
46429+
"redirect_document_id": false
46430+
},
46431+
{
46432+
"source_path_from_root": "/articles/applied-ai-services/form-recognizer/concept-business-cards.md",
46433+
"redirect_url": "/azure/applied-ai-services/form-recognizer/concept-business-card",
46434+
"redirect_document_id": false
46435+
},
46436+
{
46437+
"source_path_from_root": "/articles/applied-ai-services/form-recognizer/concept-identification-cards.md",
46438+
"redirect_url": "/azure/applied-ai-services/form-recognizer/concept-id-document",
46439+
"redirect_document_id": false
46440+
},
46441+
{
46442+
"source_path_from_root": "/articles/applied-ai-services/form-recognizer/concept-invoices.md",
46443+
"redirect_url": "/azure/applied-ai-services/form-recognizer/concept-invoice",
46444+
"redirect_document_id": false
4641546445
}
46416-
4641746446
]
46418-
}
46447+
}

articles/applied-ai-services/form-recognizer/api-v2-0/includes/csharp-v3-0-0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: nitinme
66
ms.service: applied-ai-services
77
ms.subservice: forms-recognizer
88
ms.topic: include
9-
ms.date: 05/25/2021
9+
ms.date: 09/25/2021
1010
ms.author: lajanuar
1111
ms.custom: " devx-track-csharp"
1212
---
@@ -86,7 +86,7 @@ With Form Recognizer, you can create two different client types. The first, `For
8686

8787
* Recognizing form fields and content, using custom models trained to analyze your custom forms. These values are returned in a collection of `RecognizedForm` objects. See example [Analyze custom forms](#analyze-forms-with-a-custom-model).
8888
* 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. See example [Analyze layout](#analyze-layout).
89-
* Recognizing common fields from US receipts, business cards, invoices, and identity documents using a pre-trained model on the Form Recognizer service.
89+
* Recognizing common fields from US receipts, business cards, invoices, and ID documents using a pre-trained model on the Form Recognizer service.
9090

9191
### FormTrainingClient
9292

articles/applied-ai-services/form-recognizer/api-v2-0/includes/improve-result-unlabeled.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: lajanuar
99

1010
Examine the `"confidence"` values for each key/value result under the `"pageResults"` node. Look at the confidence scores in the `"readResults"` node that correspond to the text-read operation. The confidence of the read results does not affect the confidence of the key/value extraction results, so you check both.
1111

12-
* If the confidence scores for the read operation are low, try to improve the quality of your input documents (see [Input requirements](../../overview.md#input-requirements)).
12+
* If the confidence scores for the read operation are low, try to improve the quality of your input documents (see [Input requirements](../../concept-model-overview.md#input-requirements)).
1313

1414
* If the confidence scores for the key/value extraction operation are low, ensure that the documents being analyzed are of the same type as documents used in the training set. If the documents in the training set have variations in appearance, consider splitting them into different folders and training one model for each variation.
1515

articles/applied-ai-services/form-recognizer/api-v2-0/includes/java-v3-0-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ With Form Recognizer, you can create two different client types. The first, `For
117117

118118
* Recognizing form fields and content, using custom models trained to analyze your custom forms. These values are returned in a collection of `RecognizedForm` objects. See example [Analyze custom forms](#analyze-forms-with-a-custom-model).
119119
* 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. See example [Analyze layout](#analyze-layout).
120-
* Recognizing common fields from US receipts, business cards, invoices, and identity documents using a pre-trained model on the Form Recognizer service.
120+
* Recognizing common fields from US receipts, business cards, invoices, and ID documents using a pre-trained model on the Form Recognizer service.
121121

122122
### FormTrainingClient
123123

articles/applied-ai-services/form-recognizer/api-v2-0/includes/javascript-v3-0-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ With Form Recognizer, you can create two different client types. The first, `For
7878

7979
* Recognizing form fields and content using custom models trained to analyze your custom forms. These values are returned in a collection of `RecognizedForm` objects.
8080
* 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.
81-
* Recognizing common fields from US receipts, business cards, invoices, and identity documents using a pre-trained model on the Form Recognizer service.
81+
* Recognizing common fields from US receipts, business cards, invoices, and ID documents using a pre-trained model on the Form Recognizer service.
8282

8383
### FormTrainingClient
8484

0 commit comments

Comments
 (0)