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-general-document.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ ms.author: lajanuar
16
16
17
17
# Document Intelligence general document model
18
18
19
-
:::moniker range="<=doc-intel-4.0.0"
19
+
:::moniker range="doc-intel-4.0.0"
20
20
21
21
> [!IMPORTANT]
22
22
> Starting with Document Intelligence **2023-10-31-preview** and going forward, the general document model (prebuilt-document) is deprecated. To extract key-value pairs, selection marks, text, tables, and structure from documents, use the following models:
@@ -37,6 +37,8 @@ ms.author: lajanuar
37
37
38
38
The General document model combines powerful Optical Character Recognition (OCR) capabilities with deep learning models to extract key-value pairs, tables, and selection marks from documents. General document is available with the v3.1 and v3.0 APIs. For more information, _see_ our [migration guide](v3-1-migration-guide.md).
39
39
40
+
::: moniker range="<=doc-intel-3.1.0"
41
+
40
42
## General document features
41
43
42
44
* The general document model is a pretrained model; it doesn't require labels or training.
@@ -129,11 +131,13 @@ Keys can also exist in isolation when the model detects that a key exists, with
129
131
130
132
* Expect to see key-value pairs with a key, but no value. For example if a user chose to not provide an email address on the form.
131
133
132
-
## Next steps
134
+
::: moniker-end
133
135
134
-
* Follow our [**Document Intelligence v3.1 migration guide**](v3-1-migration-guide.md) to learn how to use the v3.0 version in your applications and workflows.
136
+
## Next steps
135
137
136
-
*Explore our [**REST API**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2023-07-31/operations/AnalyzeDocument) to learn more about the v3.0 version and new capabilities.
138
+
*Follow our [**Document Intelligence v3.1 migration guide**](v3-1-migration-guide.md) to learn how to use the v3.1 version in your applications and workflows.
0 commit comments