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
> Azure Cognitive Services Form Recognizer is now Azure AI Document Intelligence. However, some platforms are still awaiting naming updates. All references to Form Recognizer or Document Intelligence in documentation refer to the same Azure service.
24
+
25
+
::: moniker range="doc-intel-3.1.0"
26
+
27
+
Get started with Azure AI Document Intelligence latest GA version (v3.1). Azure AI Document Intelligence is a cloud-based Azure AI service that uses machine learning to extract key-value pairs, text, tables and key data from your documents. You can easily integrate Document Intelligence models into your workflows and applications by using an SDK in the programming language of your choice or calling the REST API. For this quickstart, we recommend that you use the free service while you're learning the technology. Remember that the number of free pages is limited to 500 per month.
28
+
29
+
To learn more about Document Intelligence features and development options, visit our [Overview](../overview.md) page.
30
+
22
31
::: moniker-end
23
32
24
-
::: moniker range=">=doc-intel-3.0.0"
33
+
::: moniker range="doc-intel-3.0.0"
25
34
26
-
Get started with the latest version of Azure AI Document Intelligence. Azure AI Document Intelligence is a cloud-based Azure AI service that uses machine learning to extract key-value pairs, text, tables and key data from your documents. You can easily integrate Document Intelligence models into your workflows and applications by using an SDK in the programming language of your choice or calling the REST API. For this quickstart, we recommend that you use the free service while you're learning the technology. Remember that the number of free pages is limited to 500 per month.
35
+
Get started with Azure AI Document Intelligence GA version (3.0). Azure AI Document Intelligence is a cloud-based Azure AI service that uses machine learning to extract key-value pairs, text, tables and key data from your documents. You can easily integrate Document Intelligence models into your workflows and applications by using an SDK in the programming language of your choice or calling the REST API. For this quickstart, we recommend that you use the free service while you're learning the technology. Remember that the number of free pages is limited to 500 per month.
27
36
28
37
To learn more about Document Intelligence features and development options, visit our [Overview](../overview.md) page.
29
38
39
+
> [!TIP]
40
+
>
41
+
> * For an enhance experience and advanced model quality, try the [Document Intelligence v3.1 (GA) quickstart](?view=doc-intel-3.1.0&preserve-view=true#get-started-with-document-intelligence) and [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio) API version: 2023-07-31 (3.1 General Availability).
42
+
30
43
::: moniker-end
31
44
32
45
::: zone pivot="programming-language-csharp"
@@ -70,6 +83,7 @@ To learn more about Document Intelligence features and development options, visi
70
83
::: zone-end
71
84
72
85
::: moniker range=">=doc-intel-3.0.0"
86
+
73
87
That's it, congratulations!
74
88
75
89
In this quickstart, you used a form Document Intelligence model to analyze various forms and documents. Next, explore the Document Intelligence Studio and reference documentation to learn about Document Intelligence API in depth.
@@ -98,39 +112,39 @@ To learn more about Document Intelligence features and development options, visi
0 commit comments