Skip to content

Commit 85b0cc9

Browse files
committed
resolve feedback
1 parent 7c23ce1 commit 85b0cc9

File tree

7 files changed

+364
-49
lines changed

7 files changed

+364
-49
lines changed

β€Žarticles/applied-ai-services/form-recognizer/compose-custom-models-preview.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,7 @@ If you want to use manually labeled data, you'll also have to upload the *.label
7575

7676
## Train your custom model
7777

78-
You can [train your model](https://formrecognizer.appliedai.azure.com/studio/custommodel/projects) with or without labeled data sets. Unlabeled datasets rely solely on the [prebuilt-layout model](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-2/operations/AnalyzeDocument) to detect and identify key information without added human input. Labeled datasets also rely on the Layout API, but supplementary human input is included such as your specific labels and field locations. To use both labeled and unlabeled data, start with at least five completed forms of the same type for the labeled training data and then add unlabeled data to the required data set.
79-
80-
### Train without labels
81-
82-
Form Recognizer uses unsupervised learning to understand the layout and relationships between fields and entries in your forms. When you submit your input forms, the algorithm clusters the forms by type, discovers what keys and tables are present, and associates values to keys and entries to tables. Training without labels doesn't require manual data labeling or intensive coding and maintenance, and we recommend you try this method first.
78+
You [train your model](https://formrecognizer.appliedai.azure.com/studio/custommodel/projects). Labeled datasets rely on the prebuilt-layout API, but supplementary human input is included such as your specific labels and field locations. To use both labeled data, start with at least five completed forms of the same type for the labeled training data and then add unlabeled data to the required data set.
8379

8480
### Train with labels
8581

β€Žarticles/applied-ai-services/form-recognizer/concept-custom-neural.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ https://{endpoint}/formrecognizer/documentModels:build?api-version=2022-01-30-pr
121121
> [!div class="nextstepaction"]
122122
> [Form Recognizer quickstart](quickstarts/try-v3-form-recognizer-studio.md#custom-models)
123123
124-
* View the labeling guidelines:
124+
* View the REST API:
125125

126126
> [!div class="nextstepaction"]
127127
> [Form Recognizer API v3.0](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-2/operations/AnalyzeDocument)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ https://{endpoint}/formrecognizer/documentModels:build?api-version=2022-01-30-pr
6969
> [!div class="nextstepaction"]
7070
> [Custom neural models](concept-custom-neural.md )
7171
72-
* View the labeling guidelines:
72+
* View the REST API:
7373

7474
> [!div class="nextstepaction"]
7575
> [Form Recognizer API v2.1](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-1/operations/AnalyzeWithCustomForm)

β€Žarticles/applied-ai-services/form-recognizer/quickstarts/try-v3-csharp-sdk.md

Lines changed: 329 additions & 1 deletion
Large diffs are not rendered by default.

β€Žarticles/applied-ai-services/form-recognizer/toc.yml

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,22 @@ items:
4848
href: how-to-guides/try-sdk-rest-api.md
4949
- name: Generate SAS tokens for Azure Blob containers
5050
href: generate-sas-tokens.md
51-
- name: Create and compose custom models v2.1
51+
- name: Custom models
5252
items:
53-
- name: Build and train custom models
54-
items:
55-
- name: Assemble a training data set
56-
href: build-training-data-set.md
57-
- name: Deploy the sample-labeling tool
58-
href: deploy-label-tool.md
59-
- name: Train a custom model with the sample-labeling tool
60-
href: label-tool.md
61-
- name: Use table tags to train your custom model
62-
href: supervised-table-tags.md
63-
- name: Compose custom models v3.0 (preview)
64-
href: compose-custom-models-preview.md
65-
- name: Compose custom models v2.1 (GA)
66-
href: compose-custom-models.md
53+
- name: Assemble a training data set
54+
href: build-training-data-set.md
55+
- name: Deploy the sample-labeling tool
56+
href: deploy-label-tool.md
57+
- name: Train a custom model with the sample-labeling tool
58+
href: label-tool.md
59+
- name: Use table tags to train your custom model
60+
href: supervised-table-tags.md
61+
- name: Composed models
62+
items:
63+
- name: Compose models v3.0 (preview)
64+
href: compose-custom-models-preview.md
65+
- name: Compose models v2.1 (GA)
66+
href: compose-custom-models.md
6767
- name: Back up and recover models
6868
href: disaster-recovery.md
6969
- name: Use containers
@@ -132,15 +132,17 @@ items:
132132
href: concept-id-document.md
133133
- name: Business card model
134134
href: concept-business-card.md
135-
- name: Custom model
136-
href: concept-custom.md
137-
- name: Custom template model
138-
href: concept-custom-template.md
139-
- name: Custom neural model
140-
href: concept-custom-neural.md
141-
- name: "Custom models: accuracy and confidence scores"
142-
href: concept-accuracy-confidence.md
143-
- name: "Composed custom models"
135+
- name: Custom models
136+
items:
137+
- name: Custom model
138+
href: concept-custom.md
139+
- name: Custom template model
140+
href: concept-custom-template.md
141+
- name: Custom neural model
142+
href: concept-custom-neural.md
143+
- name: Accuracy and confidence scores
144+
href: concept-accuracy-confidence.md
145+
- name: Composed models
144146
href: concept-composed-models.md
145147
- name: Tutorials
146148
items:

β€Žarticles/applied-ai-services/form-recognizer/v3-migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Form Recognizer v3.0 (preview) introduces several new features and capabilities:
2222

2323
* [Form Recognizer REST API](quickstarts/try-v3-rest-api.md) has been redesigned for better usability.
2424
* [**General document (v3.0)**](concept-general-document.md) model is a new API that extracts text, tables, structure, key-value pairs, and named entities from forms and documents.
25-
* [**Custom document model (v3.0)**](concept-custom-document.md) is a new custom model type to extract fields from structured and unstructured documents.
25+
* [**Custom document model (v3.0)**](concept-custom-neural.md) is a new custom model type to extract fields from structured and unstructured documents.
2626
* [**Receipt (v3.0)**](concept-receipt.md) model supports single-page hotel receipt processing.
2727
* [**ID document (v3.0)**](concept-id-document.md) model supports endorsements, restrictions, and vehicle classification extraction from US driver's licenses.
2828
* [**Custom model API (v3.0)**](concept-custom.md) supports signature detection for custom forms.

β€Žarticles/applied-ai-services/form-recognizer/whats-new.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,13 @@ Form Recognizer service is updated on an ongoing basis. Bookmark this page to st
2323

2424
Form Recognizer v3.0 preview release introduces several new features and capabilities and enhances existing one:
2525

26-
* [**Read**](concept-read.md) API extracts text lines, words, their locations, detected languages, and handwritten style if detected.
27-
* [**Language Expansion**](language-support.md) Form Recognizer Read, Layout, and Custom Form add support for 42 new languages including Arabic, Hindi, and other languages using Arabic and Devanagari scripts to expand the coverage to 164 languages. Handwritten support for the same features expands to Japanese and Korean in addition to English, Chinese Simplified, French, German, Italian, Portuguese, and Spanish languages.
2826
* [**Form Recognizer Studio**](https://formrecognizer.appliedai.azure.com) adds new demos for Read, W2, Hotel receipt samples, and support for training the new custom neural models.
27+
* [πŸ†• **W-2 prebuilt model**](concept-w2.md) is a new prebuilt model to extract fields from W-2 tax documents.
28+
* [πŸ†• **Read**](concept-read.md) API extracts text lines, words, their locations, detected languages, and handwritten style if detected.
29+
* [πŸ†• **Custom neural model**](concept-custom-neural.md) is a new custom model to extract text and selection marks from structured forms and **unstructured documents**.
30+
* [**Language Expansion**](language-support.md) Form Recognizer Read, Layout, and Custom Form add support for 42 new languages including Arabic, Hindi, and other languages using Arabic and Devanagari scripts to expand the coverage to 164 languages. Handwritten support for the same features expands to Japanese and Korean in addition to English, Chinese Simplified, French, German, Italian, Portuguese, and Spanish languages.
2931
* [**Invoice API**](language-support.md#invoice-model) Invoice API expands support to Spanish invoices.
32+
* [**General document**](concept-general-document.md) pre-trained model now updated to support selection marks in addition to API text, tables, structure, key-value pairs, and named entities from forms and documents.
3033

3134
Get stared with the new [REST API](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-2/operations/AnalyzeDocument), [Python](quickstarts/try-v3-python-sdk.md), or [.NET](quickstarts/try-v3-csharp-sdk.md) SDK for the v3.0 preview API.
3235

@@ -43,20 +46,6 @@ Get stared with the new [REST API](https://westus.dev.cognitive.microsoft.com/do
4346
| Business card | βœ“ | βœ“ | | ||
4447
| Custom |βœ“ | βœ“ | βœ“ | βœ“ | βœ“ |
4548

46-
### Form Recognizer v3.0 preview update 2
47-
48-
* [**Custom document**](concept-custom-neural.md ) model is a new custom model to extract text and selection marks from structured forms and **unstructured documents**.
49-
50-
* [**W-2 prebuilt model**](concept-w2.md) is a new prebuilt model to extract fields from W-2 tax documents.
51-
52-
* [**General document**](concept-general-document.md) pre-trained model now updated to support selection marks in addition to API text, tables, structure, key-value pairs, and named entities from forms and documents.
53-
54-
* [**Spanish language invoices**](concept-invoice.md) model adds support for Spanish language invoices.
55-
56-
* Read API, Form Recognizer customers can now call the Read API from Form Recognizer.
57-
58-
* [Expanded language support](language-support.md) With this preview, Read, Layout and Custom form now support 164 languages for print text including Russian, Hindi and Arabic and similar regional languages. The preview also expands the handwritten support to Japanese and Korean resulting in a total of 9 supported languages.
59-
6049
## November 2021
6150

6251
### Form Recognizer v3.0 preview SDK release update (beta.2)

0 commit comments

Comments
Β (0)