Skip to content

Commit 700543c

Browse files
committed
update quickstart
1 parent b3c462c commit 700543c

File tree

5 files changed

+96
-288
lines changed

5 files changed

+96
-288
lines changed

articles/ai-services/document-intelligence/how-to-guides/create-document-intelligence-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Let's get started:
4040
* **Subscription**. Select your current subscription.
4141
* **Resource group**. The [Azure resource group](/azure/cloud-adoption-framework/govern/resource-consistency/resource-access-management#what-is-an-azure-resource-group) that contains your resource. You can create a new group or add it to an existing group.
4242
* **Region**. Select your local region.
43-
* **Name**. Enter a name for your resource. We recommend using a descriptive name, for example *YourNameFormRecognizer*.
43+
* **Name**. Enter a name for your resource. We recommend using a descriptive name, for example *YourNameDocumentIntelligence*.
4444
* **Pricing tier**. The cost of your resource depends on the pricing tier you choose and your usage. For more information, see [pricing details](https://azure.microsoft.com/pricing/details/cognitive-services/). You can use the free pricing tier (F0) to try the service, and upgrade later to a paid tier for production.
4545

4646
1. Select **Review + Create**.
295 KB
Loading

articles/ai-services/document-intelligence/model-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ms.author: lajanuar
3636
::: moniker-end
3737

3838
::: moniker range=">=doc-intel-2.1.0"
39-
Azure AI Document Intelligence supports a wide variety of models that enable you to add intelligent document processing to your apps and flows. You can use a prebuilt domain-specific model or train a custom model tailored to your specific business need and use cases. Document Intelligence can be used with the REST API or Python, C#, Java, and JavaScript client libraries.
39+
Azure AI Document Intelligence supports a wide variety of models that enable you to add intelligent document processing to your apps and flows. You can use a prebuilt domain-specific model or train a custom model tailored to your specific business needs and use cases. Document Intelligence can be used with the REST API or Python, C#, Java, and JavaScript client libraries.
4040
::: moniker-end
4141

4242
> [!NOTE]
@@ -52,7 +52,7 @@ The following table shows the available models for each stable API:
5252
|----------------|-----------|---|--|---|---|
5353
|Document analysis models|[Read](prebuilt/read.md) | ✔️| ✔️| ✔️| n/a|
5454
|Document analysis models|[Layout](prebuilt/layout.md) | ✔️| ✔️| ✔️| ✔️|
55-
|Document analysis models|[General document](prebuilt/general-document.md) |moved to layout**| ✔️| ✔️| n/a|
55+
|Document analysis models|[General document](prebuilt/general-document.md) |**supported in<br>layout model**| ✔️| ✔️| n/a|
5656
|Prebuilt models|[Bank Check](concept-bank-check.md) | ✔️| n/a| n/a| n/a|
5757
|Prebuilt models|[Bank Statement](concept-bank-statement.md) | ✔️| n/a| n/a| n/a|
5858
|Prebuilt models|[Paystub](concept-pay-stub.md) | ✔️| n/a| n/a| n/a|

0 commit comments

Comments
 (0)