Skip to content

Commit 728d08c

Browse files
authored
Merge pull request #208572 from laujan/release-form-recognizer-v3-ga-six
Release form recognizer v3 ga six
2 parents 1a36a79 + 83adc10 commit 728d08c

19 files changed

+54
-113
lines changed

articles/applied-ai-services/form-recognizer/concept-business-card.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ The following tools are supported by Form Recognizer v2.1:
3535
|----------|-------------------------|
3636
|**Business card model**| <ul><li>[**Form Recognizer labeling tool**](https://fott-2-1.azurewebsites.net/prebuilts-analyze)</li><li>[**REST API**](quickstarts/try-sdk-rest-api.md?pivots=programming-language-rest-api#analyze-business-cards)</li><li>[**Client-library SDK**](quickstarts/try-sdk-rest-api.md)</li><li>[**Form Recognizer Docker container**](containers/form-recognizer-container-install-run.md?tabs=business-card#run-the-container-with-the-docker-compose-up-command)</li></ul>|
3737

38-
3938
### Try Form Recognizer
4039

4140
See how data, including name, job title, address, email, and company name, is extracted from business cards using the Form Recognizer Studio or our Sample Labeling tool. You'll need the following resources:
@@ -46,7 +45,7 @@ See how data, including name, job title, address, email, and company name, is ex
4645

4746
:::image type="content" source="media/containers/keys-and-endpoint.png" alt-text="Screenshot: keys and endpoint location in the Azure portal.":::
4847

49-
#### Form Recognizer Studio
48+
#### Form Recognizer Studio
5049

5150
> [!NOTE]
5251
> Form Recognizer studio is available with the v3.0 API.
@@ -62,19 +61,6 @@ See how data, including name, job title, address, email, and company name, is ex
6261
> [!div class="nextstepaction"]
6362
> [Try Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=businessCard)
6463
65-
#### Sample Labeling tool (API v2.1)
66-
67-
You'll need a business card document. You can use our [sample business card document](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/businessCard.png).
68-
69-
1. On the Sample Labeling tool home page, select **Use prebuilt model to get data**.
70-
71-
1. Select **Business card** from the **Form Type** dropdown menu:
72-
73-
:::image type="content" source="media/try-business-card.png" alt-text="Screenshot: Sample Labeling tool dropdown prebuilt model selection menu.":::
74-
75-
> [!div class="nextstepaction"]
76-
> [Try Sample Labeling tool](https://fott-2-1.azurewebsites.net/prebuilts-analyze)
77-
7864
## Input requirements
7965

8066
* For best results, provide one clear photo or high-quality scan per document.

articles/applied-ai-services/form-recognizer/concept-custom-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Template models rely on a defined visual template, changes to the template will
4141

4242
## Training a model
4343

44-
Template models are available generally [v2.1 API](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-1/operations/AnalyzeWithCustomForm) and [v3.0 API](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2022-08-31/operations/BuildDocumentModel). If you're starting with a new project or have an existing labeled dataset, work with the v3 API and Form Recognizer Studio to train a custom template model.
44+
Template models are available generally [v3.0 API](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2022-08-31/operations/BuildDocumentModel) and [v2.1 API](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-1/operations/AnalyzeWithCustomForm). If you're starting with a new project or have an existing labeled dataset, work with the v3 API and Form Recognizer Studio to train a custom template model.
4545

4646
| Model | REST API | SDK | Label and Test Models|
4747
|--|--|--|--|

articles/applied-ai-services/form-recognizer/concept-custom.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,18 @@ The table below compares custom template and custom neural features:
6868

6969
## Custom model tools
7070

71-
The following tools are supported by Form Recognizer v2.1:
71+
The following tools are supported by Form Recognizer v3.0:
7272

7373
| Feature | Resources | Model ID|
7474
|---|---|:---|
75-
|Custom model| <ul><li>[Form Recognizer labeling tool](https://fott-2-1.azurewebsites.net)</li><li>[REST API](quickstarts/try-sdk-rest-api.md?pivots=programming-language-rest-api#analyze-forms-with-a-custom-model)</li><li>[Client library SDK](quickstarts/try-sdk-rest-api.md)</li><li>[Form Recognizer Docker container](containers/form-recognizer-container-install-run.md?tabs=custom#run-the-container-with-the-docker-compose-up-command)</li></ul>|***custom-model-id***|
75+
|Custom model| <ul><li>[Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio/customform/projects)</li><li>[REST API](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2022-08-31/operations/AnalyzeDocument)</li><li>[C# SDK](quickstarts/get-started-v3-sdk-rest-api.md)</li><li>[Python SDK](quickstarts/get-started-v3-sdk-rest-api.md)</li></ul>|***custom-model-id***|
7676

77-
The following tools are supported by Form Recognizer v3.0:
77+
The following tools are supported by Form Recognizer v2.1:
7878

7979
| Feature | Resources | Model ID|
8080
|---|---|:---|
81-
|Custom model| <ul><li>[Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio/customform/projects)</li><li>[REST API](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2022-08-31/operations/AnalyzeDocument)</li><li>[C# SDK](quickstarts/get-started-v3-sdk-rest-api.md)</li><li>[Python SDK](quickstarts/get-started-v3-sdk-rest-api.md)</li></ul>|***custom-model-id***|
81+
|Custom model| <ul><li>[Form Recognizer labeling tool](https://fott-2-1.azurewebsites.net)</li><li>[REST API](quickstarts/try-sdk-rest-api.md?pivots=programming-language-rest-api#analyze-forms-with-a-custom-model)</li><li>[Client library SDK](quickstarts/try-sdk-rest-api.md)</li><li>[Form Recognizer Docker container](containers/form-recognizer-container-install-run.md?tabs=custom#run-the-container-with-the-docker-compose-up-command)</li></ul>|***custom-model-id***|
82+
8283

8384
### Try Form Recognizer
8485

@@ -109,17 +110,6 @@ Try extracting data from your specific or unique documents using custom models.
109110
> [!div class="nextstepaction"]
110111
> [Try Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio/customform/projects)
111112
112-
#### Sample Labeling tool (API v2.1)
113-
114-
115-
|Feature |Custom Template | Custom Neural |
116-
|-----------|-----------------|-----------------------|
117-
|Document structure |Template, fixed form, and structured documents.| Structured, semi-structured, and unstructured documents.|
118-
|Training time | 1 - 5 minutes | 20 - 60 minutes |
119-
|Data extraction| Key-value pairs, tables, selection marks, signatures, and regions| Key-value pairs and selections marks.|
120-
|Models per Document type | Requires one model per each document-type variation| Supports a single model for all document-type variations.|
121-
|Language support| See [custom template model language support](language-support.md)| The custom neural model currently supports English-language documents only.|
122-
123113
## Model capabilities
124114

125115
This table compares the supported data extraction areas:

articles/applied-ai-services/form-recognizer/concept-id-document.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following tools are supported by Form Recognizer v2.1:
3737

3838
### Try Form Recognizer
3939

40-
Extract data, including name, birth date, machine-readable zone, and expiration date, from ID documents using the Form Recognizer Studio or our Sample Labeling tool. You'll need the following resources:
40+
Extract data, including name, birth date, machine-readable zone, and expiration date, from ID documents using the Form Recognizer Studio. You'll need the following resources:
4141

4242
* An Azure subscription—you can [create one for free](https://azure.microsoft.com/free/cognitive-services/)
4343

articles/applied-ai-services/form-recognizer/concept-invoice.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following tools are supported by Form Recognizer v2.1:
3838

3939
### Try Form Recognizer
4040

41-
See how data, including customer information, vendor details, and line items, is extracted from invoices using the Form Recognizer Studio or our Sample Labeling tool. You'll need the following resources:
41+
See how data, including customer information, vendor details, and line items, is extracted from invoices using the Form Recognizer Studio. You'll need the following resources:
4242

4343
* An Azure subscription—you can [create one for free](https://azure.microsoft.com/free/cognitive-services/)
4444

@@ -59,21 +59,6 @@ See how data, including customer information, vendor details, and line items, is
5959
> [!div class="nextstepaction"]
6060
> [Try Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=invoice)
6161
62-
#### Sample Labeling tool (API v2.1)
63-
> [!NOTE]
64-
> Unless you must use API v2.1, it is strongly suggested that you use the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com) for testing purposes instead of the sample labeling tool.
65-
66-
You'll need an invoice document. You can use our [sample invoice document](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/sample-invoice.pdf).
67-
68-
1. On the Sample Labeling tool home page, select **Use prebuilt model to get data**.
69-
70-
1. Select **Invoice** from the **Form Type** dropdown menu:
71-
72-
:::image type="content" source="media/try-invoice.png" alt-text="Screenshot: Sample Labeling tool dropdown prebuilt model selection menu.":::
73-
74-
> [!div class="nextstepaction"]
75-
> [Try Sample Labeling tool](https://fott-2-1.azurewebsites.net/prebuilts-analyze)
76-
7762
## Input requirements
7863

7964
[!INCLUDE [input requirements](./includes/input-requirements.md)]

articles/applied-ai-services/form-recognizer/concept-receipt.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ The following tools are supported by Form Recognizer v2.1:
3636
|----------|-------------------------|
3737
|**Receipt model**| <ul><li>[**Form Recognizer labeling tool**](https://fott-2-1.azurewebsites.net/prebuilts-analyze)</li><li>[**REST API**](quickstarts/try-sdk-rest-api.md?pivots=programming-language-rest-api#analyze-receipts)</li><li>[**Client-library SDK**](quickstarts/try-sdk-rest-api.md)</li><li>[**Form Recognizer Docker container**](containers/form-recognizer-container-install-run.md?tabs=receipt#run-the-container-with-the-docker-compose-up-command)</li></ul>|
3838

39-
4039
### Try Form Recognizer
4140

42-
See how data, including time and date of transactions, merchant information, and amount totals, is extracted from receipts using the Form Recognizer Studio or our Sample Labeling tool. You'll need the following resources:
41+
See how data, including time and date of transactions, merchant information, and amount totals, is extracted from receipts using the Form Recognizer Studio. You'll need the following resources:
4342

4443
* An Azure subscription—you can [create one for free](https://azure.microsoft.com/free/cognitive-services/)
4544

@@ -63,19 +62,6 @@ See how data, including time and date of transactions, merchant information, and
6362
> [!div class="nextstepaction"]
6463
> [Try Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=receipt)
6564
66-
#### Sample Labeling tool (API v2.1)
67-
68-
You'll need a receipt document. You can use our [sample receipt document](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/contoso-receipt.png).
69-
70-
1. On the Sample Labeling tool home page, select **Use prebuilt model to get data**.
71-
72-
1. Select **Receipt** from the **Form Type** dropdown menu:
73-
74-
:::image type="content" source="media/try-receipt.png" alt-text="Screenshot: Sample Labeling tool dropdown prebuilt model selection menu.":::
75-
76-
> [!div class="nextstepaction"]
77-
> [Try Sample Labeling tool](https://fott-2-1.azurewebsites.net/prebuilts-analyze)
78-
7965
## Input requirements
8066

8167
[!INCLUDE [input requirements](./includes/input-requirements.md)]

articles/applied-ai-services/form-recognizer/create-sas-tokens.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,6 @@ To use your SAS URL with the [REST API](https://westus.dev.cognitive.microsoft.c
167167
}
168168
```
169169

170-
### Sample Labeling Tool
171-
172-
To use your SAS URL with the [Form Recognizer labeling tool](https://fott-2-1.azurewebsites.net/connections/create), add the SAS URL to the **Connection Settings****Azure blob container****SAS URI** field:
173-
174-
:::image type="content" source="media/sas-tokens/fott-add-sas-uri.png" alt-text="Screenshot that shows the SAS URI field.":::
175-
176170
That's it! You've learned how to create SAS tokens to authorize how clients access your data.
177171

178172
## Next step

articles/applied-ai-services/form-recognizer/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
ms.service: applied-ai-services
88
ms.subservice: forms-recognizer
99
ms.topic: faq
10-
ms.date: 08/1/2022
10+
ms.date: 08/22/2022
1111
ms.author: lajanuar
1212

1313
title: Form Recognizer frequently asked questions

articles/applied-ai-services/form-recognizer/index.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -166,22 +166,4 @@ landingContent:
166166
url: /legal/cognitive-services/form-recognizer/fr-data-privacy-security?context=/azure/applied-ai-services/form-recognizer/context/context
167167

168168

169-
# Card 6
170-
- title: Sample labeling tool (v2.1)
171-
linkLists:
172-
- linkListType: overview
173-
links:
174-
- text: Deploy the Sample labeling tool
175-
url: deploy-label-tool.md
176-
- linkListType: get-started
177-
links:
178-
- text: Custom model
179-
url: "concept-custom.md#sample-labeling-tool-api-v21"
180-
- text: Invoice model
181-
url: "concept-invoice.md#sample-labeling-tool-api-v21"
182-
- text: Receipt model
183-
url: "concept-receipt.md#sample-labeling-tool-api-v21"
184-
- text: Business card model
185-
url: "concept-business-card.md#sample-labeling-tool-api-v21"
186-
187169

articles/applied-ai-services/form-recognizer/managed-identities-secured-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This how-to guide will walk you through the process of enabling secure connectio
1717

1818
* Communication between a client application within a Virtual Network (VNET) and your Form Recognizer Resource.
1919

20-
* Communication between Form Recognizer Studio or the sample labeling tool (FOTT) and your Form Recognizer resource.
20+
* Communication between Form Recognizer Studio and your Form Recognizer resource.
2121

2222
* Communication between your Form Recognizer resource and a storage account (needed when training a custom model).
2323

0 commit comments

Comments
 (0)