Skip to content

Commit ee5d9cd

Browse files
authored
Merge pull request #175242 from MicrosoftDocs/master
Merge master to live, 4 AM
2 parents 216b6c5 + 8d83e1f commit ee5d9cd

File tree

43 files changed

+585
-247
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+585
-247
lines changed

articles/api-management/api-management-howto-mutual-certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: devx-track-azurepowershell
1717

1818
API Management allows you to secure access to the backend service of an API using client certificates. This guide shows how to manage certificates in an Azure API Management service instance using the Azure portal. It also explains how to configure an API to use a certificate to access a backend service.
1919

20-
You can also manage API Management certificates using the [API Management REST API](/rest/api/apimanagement/2020-06-01-preview/certificate).
20+
You can also manage API Management certificates using the [API Management REST API](/rest/api/apimanagement/2020-12-01/certificate).
2121

2222
## Certificate options
2323

314 KB
Loading
2.37 MB
Loading
1.81 MB
Loading
3.5 MB
Loading
3.53 MB
Loading
249 KB
Loading
1.95 MB
Loading
1.92 MB
Loading

articles/applied-ai-services/form-recognizer/quickstarts/try-v3-form-recognizer-studio.md

Lines changed: 54 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Quickstart: Form Recognizer Studio | Preview"
33
titleSuffix: Azure Applied AI Services
44
description: Form and document processing, data extraction, and analysis using Form Recognizer Studio (preview)
55
author: sanjeev3
6-
manager: nitinme
6+
manager: netahw
77
ms.service: applied-ai-services
88
ms.subservice: forms-recognizer
99
ms.topic: quickstart
@@ -64,7 +64,7 @@ After you have completed the prerequisites, navigate to the [Form Recognizer Stu
6464

6565
1. Review and confirm your selections.
6666

67-
:::image border="true" type="content" source="../media/quickstarts/form-recognizer-studio-get-started.gif" alt-text="Form Recognizer Studio Getting Started example":::
67+
:::image border="true" type="content" source="../media/quickstarts/form-recognizer-studio-get-started-v2.gif" alt-text="Form Recognizer Studio Getting Started example":::
6868

6969
## Layout
7070

@@ -80,7 +80,7 @@ In the Layout view:
8080

8181
1. In the output section's Result tab, browse the JSON output to understand the service response format. Copy and download to jumpstart integration.
8282

83-
:::image border="true" type="content" source="../media/quickstarts/layout-get-started-fixed.gif" alt-text="Form Recognizer Layout example":::
83+
:::image border="true" type="content" source="../media/quickstarts/layout-get-started-v2.gif" alt-text="Form Recognizer Layout example":::
8484

8585
## Prebuilt models
8686

@@ -96,9 +96,9 @@ In the Prebuilt view:
9696

9797
1. In the output section's Result tab, browse the JSON output to understand the service response format. Copy and download to jumpstart integration.
9898

99-
:::image border="true" type="content" source="../media/quickstarts/prebuilt-get-started-fixed.gif" alt-text="Form Recognizer Prebuilt example":::
99+
:::image border="true" type="content" source="../media/quickstarts/prebuilt-get-started-v2.gif" alt-text="Form Recognizer Prebuilt example":::
100100

101-
## Custom models
101+
## Custom model basics
102102

103103
### Getting started
104104

@@ -108,29 +108,27 @@ To create custom models, you start with configuring your project:
108108

109109
1. Use the "Create a project" command to start the new project configuration wizard.
110110

111-
1. Enter project details, select the Azure subscription and resource, and the Azure Blob storage container with your data.
111+
1. Enter project details, select the Azure subscription and resource, and the Azure Blob storage container that contains your data.
112112

113113
1. Review and submit your settings to create the project.
114114

115-
:::image border="true" type="content" source="../media/quickstarts/1-custom-model-get-started.gif" alt-text="Form Recognizer Custom project Getting Started example":::
115+
:::image border="true" type="content" source="../media/quickstarts/1-custom-model-get-started-v2.gif" alt-text="Form Recognizer Custom project Getting Started example":::
116116

117117
### Basic flow
118118

119119
After the project creation step, in the custom model phase:
120120

121-
1. From the labeling view, start defining the labels and their types that you are interested in extracting.
121+
1. From the labeling view, define the labels and their types that you are interested in extracting.
122122

123-
1. Assign the labels to the corresponding content by selecting it and the applicable label from the drop-down list or by clicking the same label in the labels pane.
123+
1. Select the text in the document and click the label from the drop-down list or the labels pane.
124124

125125
1. Label four more documents to get at least five documents labeled.
126126

127127
1. Select the Train command and enter model name and description to start training your custom model.
128128

129-
1. Once the model is ready, use the Test command to validate the mode with your test documents and observe the results.
129+
1. Once the model is ready, use the Test command to validate it with your test documents and observe the results.
130130

131-
1. Iterate on the steps to improve your model.
132-
133-
:::image border="true" type="content" source="../media/quickstarts/2-custom-model-basic-steps.gif" alt-text="Form Recognizer Custom project basic workflow":::
131+
:::image border="true" type="content" source="../media/quickstarts/2-custom-model-basic-steps-v2.gif" alt-text="Form Recognizer Custom project basic workflow example":::
134132

135133
### Other features
136134

@@ -144,6 +142,49 @@ In addition, view all your models using the Models tab on the left. From the lis
144142

145143
1. Select multiple models and compose them into a new model to be used in your applications.
146144

145+
## Labeling as tables
146+
147+
While creating your custom models, you may need to extract collections of values from your documents. These collections appear in various formats. For example:
148+
149+
* A dynamic collection of values (rows) for a given set of fields (columns)
150+
151+
* A fixed collection of values grouped by a second set of fields (rows or columns)
152+
153+
### Label as dynamic table
154+
155+
For labeling dynamic rows of data for a given set of fields:
156+
157+
1. Add a new "Table" type label, select "Dynamic table" type, and name your label.
158+
159+
1. Add the number of columns (fields) and rows (for data) that you need.
160+
161+
1. Select the text in your page and then click the cell to assign to the text. Repeat for all rows and columns in all pages in all documents.
162+
163+
:::image border="true" type="content" source="../media/quickstarts/custom-tables-dynamic.gif" alt-text="Form Recognizer labeling as dynamic table example":::
164+
165+
### Label as fixed table
166+
167+
For labeling fixed collections of data grouped by two sets of fields:
168+
169+
1. Create a new "Table" type label, select "Fixed table" type, and name it.
170+
171+
1. Add the number of columns and rows that you need corresponding to the two sets of fields.
172+
173+
1. Select the text in your page and then click the cell to assign it to the text. Repeat for other documents.
174+
175+
:::image border="true" type="content" source="../media/quickstarts/custom-tables-fixed.gif" alt-text="Form Recognizer Labeling as fixed table example":::
176+
177+
## Labeling for signature detection
178+
179+
To label for signature detection:
180+
181+
1. In the labeling view, create a new "Signature" type label and name it.
182+
183+
1. Use the Region command to create a rectangular region at the expected location of the signature.
184+
185+
1. Select the drawn region and click the Signature type label to assign it to your drawn region. Repeat for other documents.
186+
187+
:::image border="true" type="content" source="../media/quickstarts/custom-signature.gif" alt-text="Form Recognizer labeling for signature detection example":::
147188

148189
## Next steps
149190

0 commit comments

Comments
 (0)