You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/concept-custom.md
+5-26Lines changed: 5 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ To create a custom extraction model, label a dataset of documents with the value
51
51
52
52
> [!IMPORTANT]
53
53
>
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**.
55
55
>
56
56
57
57
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* [
219
219
220
220
This table compares the supported data extraction areas:
221
221
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 |
@@ -268,27 +268,6 @@ The following table describes the features available with the associated tools a
268
268
269
269
*See* our [Language Support—custom models](language-support-custom.md) page for a complete list of supported languages.
270
270
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.
0 commit comments