Skip to content

Commit 2750951

Browse files
authored
Merge pull request #3362 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents 7be6ddd + a480476 commit 2750951

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

articles/ai-services/document-intelligence/train/custom-model.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To create a custom extraction model, label a dataset of documents with the value
5050
> Document Intelligence `v4.0 2024-11-30 (GA)` API supports custom neural model **overlapping fields**, **signature detection** and **table, row and cell level confidence**.
5151
>
5252
53-
The custom neural (custom document) model uses deep learning models and base model trained on a large collection of documents. This model is then fine-tuned or adapted to your data when you train the model with a labeled dataset. Custom neural models support extracting key data fields from structured, semi-structured, and unstructured documents. When you're choosing between the two model types, start with a neural model to determine if it meets your functional needs. See [neural models](custom-neural.md) to learn more about custom document models.
53+
The custom neural (custom document) model uses deep learning models and base model trained on a large collection of documents. This model is then fine-tuned or adapted to your data when you train the model with a labeled dataset. Custom neural models support extracting key data fields from structured, semi-structured, and unstructured documents. When you're choosing between the two model types, start with a neural model to determine if it meets your functional needs. With V4.0, custom neural model supports signature detection, table confidence and overlapping fields. See [neural models](custom-neural.md) to learn more about custom document models.
5454

5555
### Custom template model
5656

@@ -145,12 +145,15 @@ The following table compares custom template and custom neural features:
145145
|Feature|Custom template (form) | Custom neural (document) |
146146
|---|---|---|
147147
|Document structure|Template, form, and structured | Structured, semi-structured, and unstructured|
148-
|Training time | 1 to 5 minutes | 20 minutes to 1 hour |
148+
|Training time | 1 to 5 minutes | 30 minutes to 12 hour* |
149149
|Data extraction | Key-value pairs, tables, selection marks, coordinates, and signatures | Key-value pairs, selection marks, and tables|
150150
|Overlapping fields | Not supported | Supported |
151151
|Document variations | Requires a model per each variation | Uses a single model for all variations |
152152
|Language support | [**Language support custom template**](../language-support/custom.md#custom-template) | [**Language support custom neural**](../language-support/custom.md#custom-neural) |
153153

154+
155+
*-Default training time is 30 mins, enable paid training to train a model longer than 30 mins. Check more details under [training support for custom neural](../train/custom-neural.md)
156+
154157
### Custom classification model
155158

156159
Document classification is a new scenario supported by Document Intelligence with the ```2023-07-31``` (v3.1 GA) API. The document classifier API supports classification and splitting scenarios. Train a classification model to identify the different types of documents your application supports. The input file for the classification model can contain multiple documents and classifies each document within an associated page range. To learn more, *see* [custom classification](custom-classifier.md) models.
@@ -249,7 +252,7 @@ This table compares the supported data extraction areas:
249252
**Table symbols**:<br>
250253
✔—Supported<br>
251254
**n/a—Currently unavailable;<br>
252-
*-Behaves differently depending upon model. With template models, synthetic data is generated at training time. With neural models, exiting text recognized in the region is selected.
255+
*-Behaves differently depending upon model. With template models, synthetic data is generated at training time. With neural models, existing text recognized in the region is selected.
253256

254257
> [!TIP]
255258
> To choose between the two model types, start with a custom neural model if it meets your functional needs. See [custom neural](custom-neural.md) to learn more about custom neural models.

articles/search/keyless-connections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ credential = DefaultAzureCredential(authority=authority)
196196

197197
search_client = SearchClient(
198198
endpoint=service_endpoint,
199-
index=index_name,
199+
index_name=index_name,
200200
credential=credential,
201201
audience=audience)
202202

0 commit comments

Comments
 (0)