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/advisor/advisor-resiliency-reviews.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ You can find resiliency reviews created by your account team in the left navigat
72
72
73
73
If there's a new review available to you, you see a notification banner on top of the Advisor pages. A **New** review is one with all recommendations in the *Pending* state.
74
74
75
-
1. Open the Azure portal and navigate to [Advisor](https://aka.ms/Advisor_Reviews).
75
+
1. Open the Azure portal and navigate to [Advisor](https://aka.ms/azureadvisordashboard).
76
76
Select **Manage** > **Reviews (Preview)** in the left navigation pane. A list of reviews opens. At the top of the page, you see the number of **Total Reviews** and review **Recommendations**, and a graph of **Reviews by status**.
77
77
1. Use search, filters, and sorting to find the review you need. You can filter reviews by one of the **Status equals** states shown next, or choose *All* (the default) to see all reviews. If you don’t see a review for your subscription, make sure the review subscription is included in the global portal filter. You might need to update the filter to see the reviews for a subscription.
78
78
@@ -86,7 +86,7 @@ Select **Manage** > **Reviews (Preview)** in the left navigation pane. A list of
86
86
At the top of the reviews page, use **Feedback** to tell us about your experience. Use the **Refresh** button to refresh the page as needed.
87
87
88
88
> [!NOTE]
89
-
> If you have no reviews, the **Reviews** menu item in the left navigation is greyed out.
89
+
> If you have no reviews, the **Reviews** menu item in the left navigation is hidden.
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/concept-add-on-capabilities.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Document Intelligence supports more sophisticated and modular analysis capabilit
52
52
53
53
> [!NOTE]
54
54
>
55
-
> Not all add-on capabilities are supported by all models. For more information, *see*[model data extraction](concept-model-overview.md#analysis-features).
55
+
> Not all add-on capabilities are supported by all models. For more information, *see*[model data extraction](concept-model-overview.md#model-analysis-features).
56
56
57
57
The following add-on capabilities are available for`2024-02-29-preview`, `2024-02-29-preview`, and later releases:
@@ -96,6 +99,7 @@ Add-On* - Query fields are priced differently than the other add-on features. Se
96
99
|**Prebuilt models**||
97
100
|[Health insurance card](#health-insurance-card)| Automate healthcare processes by extracting insurer, member, prescription, group number, and other key information from US health insurance cards.|
98
101
|[US Tax document models](#us-tax-documents)| Process US tax forms to extract employee, employer, wage, and other information. |
102
+
|[US Mortgage document models](#us-mortgage-documents)| Process US mortgage forms to extract borrower loan and property information. |
99
103
|[Contract](#contract)| Extract agreement and party details.|
100
104
|[Invoice](#invoice)| Automate invoices. |
101
105
|[Receipt](#receipt)| Extract receipt data from receipts.|
@@ -117,9 +121,9 @@ For all models, except Business card model, Document Intelligence now supports a
The US mortgage document models analyze and extract key fields including borrower, loan and property information from a select group of mortgage documents. The API supports the analysis of English-language US mortgage documents of various formats and quality including phone-captured images, scanned documents, and digital PDFs. The following models are currently supported:
Use the marriage certificate model to process U.S. marriage certificates to extract key fields including the individuals, date and location.
267
+
268
+
***Sample U.S. marriage certificate processed using [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=marriageCertificate.us)***:
269
+
270
+
:::image type="content" source="./media/studio/marriage-certificate.png" alt-text="Screenshot of a sample marriage certificate." lightbox="./media/studio/marriage-certificate.png":::
Use the credit card model to process credit and debit cards to extract key fields.
280
+
281
+
***Sample credit card processed using [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=creditCard)***:
282
+
283
+
:::image type="content" source="./media/studio/credit-card.png" alt-text="Screenshot of a sample credit card." lightbox="./media/studio/credit-card.png":::
Custom document models analyze and extract data from forms and documents specific to your business. They're trained to recognize form fields within your distinct content and extract key-value pairs and table data. You only need five examples of the same form type to get started.
292
+
Custom models can be broadly classified into two types. Custom classification models that support classification of a "document type" and custom extraction models that can extract a defined schema from a specific document type.
293
+
294
+
:::image type="content" source="media/custom-models.png" alt-text="Diagram of types of custom models and associated model build modes.":::
295
+
296
+
Custom document models analyze and extract data from forms and documents specific to your business. They're trained to recognize form fields within your distinct content and extract key-value pairs and table data. You only need one example of the form type to get started.
242
297
243
-
Version v3.0 custom model supports signature detection in custom forms (template model) and cross-page tables in both template and neural models.
298
+
Version v3.0 custom model supports signature detection in custom template (form) and cross-page tables in both template and neural models.
244
299
245
300
***Sample custom template processed using [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio/customform/projects)***:
246
301
@@ -285,24 +340,6 @@ A composed model is created by taking a collection of custom models and assignin
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/concept-query-fields.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,8 @@ For query field extraction, specify the fields you want to extract and Document
44
44
45
45
:::image type="content" source="media/studio/query-field-select.png" alt-text="Screenshot of query fields selection window in Document Intelligence Studio.":::
46
46
47
-
* In addition to the query fields, the response includes the model output. For a list of features or schema extracted by each model, see [model analysis features](concept-model-overview.md#analysis-features).
47
+
* In addition to the query fields, the response includes the model output. For a list of features or schema extracted by each model, see [model analysis features](concept-model-overview.md#model-analysis-features).
0 commit comments