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
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).
* The general document model is a pretrained model; it doesn't require labels or training.
@@ -55,10 +57,12 @@ The General document model combines powerful Optical Character Recognition (OCR)
55
57
56
58
The general document API supports most form types and analyzes your documents and extract keys and associated values. It's ideal for extracting common key-value pairs from documents. You can use the general document model as an alternative to training a custom model without labels.
57
59
58
-
## Development options
60
+
:::moniker-end
59
61
60
62
::: moniker range="doc-intel-3.1.0"
61
63
64
+
## Development options
65
+
62
66
Document Intelligence v3.1 supports the following tools, applications, and libraries:
63
67
64
68
| Feature | Resources | Model ID |
@@ -75,6 +79,8 @@ Document Intelligence v3.0 supports the following tools, applications, and libra
@@ -129,11 +135,13 @@ Keys can also exist in isolation when the model detects that a key exists, with
129
135
130
136
* 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
137
132
-
## Next steps
138
+
::: moniker-end
133
139
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.
140
+
## Next steps
135
141
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.
142
+
*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