Skip to content

Commit 6b38555

Browse files
Merge pull request #258775 from laujan/patch-3
Update concept-general-document.md
2 parents c06ccfb + e9eb174 commit 6b38555

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

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

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ms.author: lajanuar
2727
|General document model|&bullet; v3.1:2023-07-31 (GA)</br>&bullet; v3.0:2022-08-31 (GA)</br>&bullet; v2.1 (GA)|**`prebuilt-document`**|
2828
:::moniker-end
2929

30-
::: moniker range=">=doc-intel-3.1.0"
30+
::: moniker range="doc-intel-3.1.0"
3131
**This content applies to:** ![checkmark](media/yes-icon.png) **v3.1 (GA)** | **Latest version:** ![purple-checkmark](media/purple-yes-icon.png) [**v4.0 (preview)**](?view=doc-intel-4.0.0&preserve-view=true) | **Previous version:** ![blue-checkmark](media/blue-yes-icon.png) [**v3.0**](?view=doc-intel-3.0.0&preserve-view=true)
3232
::: moniker-end
3333

@@ -37,6 +37,8 @@ ms.author: lajanuar
3737

3838
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).
3939

40+
::: moniker range="doc-intel-3.1.0 || doc-intel-3.0.0"
41+
4042
## General document features
4143

4244
* 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)
5557

5658
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.
5759

58-
## Development options
60+
:::moniker-end
5961

6062
::: moniker range="doc-intel-3.1.0"
6163

64+
## Development options
65+
6266
Document Intelligence v3.1 supports the following tools, applications, and libraries:
6367

6468
| Feature | Resources | Model ID |
@@ -75,6 +79,8 @@ Document Intelligence v3.0 supports the following tools, applications, and libra
7579
|**General document model**|&bullet; [**Document Intelligence Studio**](https://formrecognizer.appliedai.azure.com)</br>&bullet; [**REST API**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2022-08-31/operations/AnalyzeDocument)</br>&bullet; [**C# SDK**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true)</br>&bullet; [**Python SDK**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true)</br>&bullet; [**Java SDK**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true)</br>&bullet; [**JavaScript SDK**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true)|**prebuilt-document**|
7680
::: moniker-end
7781

82+
::: moniker range="doc-intel-3.1.0 || doc-intel-3.0.0"
83+
7884
## Input requirements
7985

8086
[!INCLUDE [input requirements](./includes/input-requirements.md)]
@@ -129,11 +135,13 @@ Keys can also exist in isolation when the model detects that a key exists, with
129135

130136
* 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.
131137

132-
## Next steps
138+
::: moniker-end
133139

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
135141

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.
137143

144+
* Explore our [**REST API**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2023-07-31/operations/AnalyzeDocument).
145+
138146
> [!div class="nextstepaction"]
139147
> [Try the Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio)

0 commit comments

Comments
 (0)