Skip to content

Commit 7c23ce1

Browse files
committed
update branch
1 parent f73d55f commit 7c23ce1

File tree

9 files changed

+45
-46
lines changed

9 files changed

+45
-46
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ recommendations: false
1515

1616
# Form Recognizer custom neural model
1717

18-
Custom document models or neural models are a deep learned model that combines layout and language features to accurately extract labeled fields from documents. The base custom neural model is trained on various document types that makes it suitable to be trained for extracting fields from structured, semi-structured and unstructured documents. The table below lists common document types for each category:
18+
Custom neural models or neural models are a deep learned model that combines layout and language features to accurately extract labeled fields from documents. The base custom neural model is trained on various document types that makes it suitable to be trained for extracting fields from structured, semi-structured and unstructured documents. The table below lists common document types for each category:
1919

2020
|Documents | Examples |
2121
|---|--|
2222
|structured| surveys, questionnaires|
2323
|semi-structured | invoices, purchase orders |
2424
|unstructured | contracts, letters|
2525

26-
Custom document models share the same labeling format and strategy as custom template models. Currently custom neural models only support a subset of the field types supported by custom template models.
26+
Custom neural models share the same labeling format and strategy as custom template models. Currently custom neural models only support a subset of the field types supported by custom template models.
2727

2828
## Model capabilities
2929

30-
Custom document models currently only support key-value pairs and selection marks, future releases will include support for structured fields (tables) and signature.
30+
Custom neural models currently only support key-value pairs and selection marks, future releases will include support for structured fields (tables) and signature.
3131

3232
| Form fields | Selection marks | Tables | Signature | Region |
3333
|--|--|--|--|--|
@@ -61,11 +61,11 @@ You can copy a model trained in one of the regions listed above to any other reg
6161

6262
## Best practices
6363

64-
Custom document models differ from custom template models in a few different ways.
64+
Custom neural models differ from custom template models in a few different ways.
6565

6666
### Dealing with variations
6767

68-
Custom document models can generalize across different formats of a single document type. As a best practice, create a single model for all variations of a document type. Add at least five labeled samples for each of the different variations to the training dataset.
68+
Custom neural models can generalize across different formats of a single document type. As a best practice, create a single model for all variations of a document type. Add at least five labeled samples for each of the different variations to the training dataset.
6969

7070
### Field naming
7171

@@ -86,13 +86,13 @@ Values in training cases should be diverse and representative. For example, if a
8686
## Current Limitations
8787

8888
* The model doesn't recognize values split across page boundaries.
89-
* Custom document models are only trained in English and model performance will be lower for documents in other languages.
89+
* Custom neural models are only trained in English and model performance will be lower for documents in other languages.
9090
* If a dataset labeled for custom template models is used to train a custom neural model, the unsupported field types are ignored.
91-
* Custom document models are limited to 10 build operations per month. Open a support request if you need the limit increased.
91+
* Custom neural models are limited to 10 build operations per month. Open a support request if you need the limit increased.
9292

9393
## Training a model
9494

95-
Custom document models are only available in the [v3 API](v3-migration-guide.md).
95+
Custom neural models are only available in the [v3 API](v3-migration-guide.md).
9696

9797
| Document Type | REST API | SDK | Label and Test Models|
9898
|--|--|--|--|

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ https://{endpoint}/formrecognizer/documentModels:build?api-version=2022-01-30-pr
6767
* Learn more about custom neural models:
6868

6969
> [!div class="nextstepaction"]
70-
> [Custom document models](concept-custom-neural.md )
70+
> [Custom neural models](concept-custom-neural.md )
7171
7272
* View the labeling guidelines:
7373

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Custom models can be one of two types, [**custom template**](concept-custom-temp
3333
3434
### Custom neural model
3535

36-
The custom neural model is a deep learning model type relies on a base model trained on a large collection of labeled documents using key-value pairs. This model is then fine-tuned or adapted to your data when you train the model with a labeled dataset. Custom neural models support structured, semi-structured, and unstructured documents to extract fields. Custom neural models currently support English-language documents.
36+
The custom neural model is a deep learning model type relies on a base model trained on a large collection of labeled documents using key-value pairs. This model is then fine-tuned or adapted to your data when you train the model with a labeled dataset. Custom neural models support structured, semi-structured, and unstructured documents to extract fields. Custom neural models currently support English-language documents. When choosing between the two model types, start with a neural model if it meets your functional needs. See [neural models](concept-custom-neural.md) to learn more about custom document models.
3737

3838
## Model features
3939

articles/applied-ai-services/form-recognizer/language-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ This section lists the supported languages in the latest GA version.
139139
|Irish | `ga` |Zulu | `zu` |
140140
|Italian | `it` |
141141

142-
## Custom document model
142+
## Custom neural model
143143

144144
Language| Locale code |
145145
|:-----|:----:|

0 commit comments

Comments
 (0)