Skip to content

Commit 25716d3

Browse files
authored
Update concept-custom.md
1 parent eeff5fb commit 25716d3

File tree

1 file changed

+5
-26
lines changed

1 file changed

+5
-26
lines changed

articles/ai-services/document-intelligence/concept-custom.md

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To create a custom extraction model, label a dataset of documents with the value
5151

5252
> [!IMPORTANT]
5353
>
54-
> Starting with version 3.1—2024-02-29-preview API, custom neural models now support overlapping fields and table, row and cell level confidence.
54+
> Starting with version 4.0 — 2024-02-29-preview API, custom neural models now support **overlapping fields** and **table, row and cell level confidence**.
5555
>
5656
5757
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 structured, semi-structured, and unstructured documents to extract fields. Custom neural models currently support English-language 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](concept-custom-neural.md) to learn more about custom document models.
@@ -219,10 +219,10 @@ For a detailed walkthrough to create your first custom extraction model, *see* [
219219

220220
This table compares the supported data extraction areas:
221221

222-
|Model| Form fields | Selection marks | Structured fields (Tables) | Signature | Region labeling |
223-
|--|:--:|:--:|:--:|:--:|:--:|
224-
|Custom template||||||
225-
|Custom neural|||| **n/a** | ***** |
222+
|Model| Form fields | Selection marks | Structured fields (Tables) | Signature | Region labeling | Overlapping fields |
223+
|--|:--:|:--:|:--:|:--:|:--:|:--:|
224+
|Custom template|||||| **n/a** |
225+
|Custom neural|||| **n/a** | * | ✔ (2024-02-29-preview) |
226226

227227
**Table symbols**:<br>
228228
✔—Supported<br>
@@ -268,27 +268,6 @@ The following table describes the features available with the associated tools a
268268

269269
*See* our [Language Support—custom models](language-support-custom.md) page for a complete list of supported languages.
270270

271-
### Try signature detection
272-
273-
* **Custom model v4.0, v3.1 and v3.0 APIs** supports signature detection for custom forms. When you train custom models, you can specify certain fields as signatures. When a document is analyzed with your custom model, it indicates whether a signature was detected or not.
274-
* [Document Intelligence v3.1 migration guide](v3-1-migration-guide.md): This guide shows you how to use the v3.0 version in your applications and workflows.
275-
* [REST API](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-2023-07-31&preserve-view=true&tabs=HTTP): This API shows you more about the v3.0 version and new capabilities.
276-
277-
1. Build your training dataset.
278-
279-
1. Go to [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio). Under **Custom models**, select **Custom form**.
280-
281-
:::image type="content" source="media/label-tool/select-custom-form.png" alt-text="Screenshot that shows selecting the Document Intelligence Studio Custom form page.":::
282-
283-
1. Follow the workflow to create a new project:
284-
285-
* Follow the **Custom model** input requirements.
286-
287-
* Label your documents. For signature fields, use **Region** labeling for better accuracy.
288-
289-
:::image type="content" source="media/label-tool/signature-label-region-too.png" alt-text="Screenshot that shows the Label signature field.":::
290-
291-
After your training set is labeled, you can train your custom model and use it to analyze documents. The signature fields specify whether a signature was detected or not.
292271

293272
## Next steps
294273

0 commit comments

Comments
 (0)