Skip to content

Commit e6d67c1

Browse files
committed
address PR review
1 parent 9bf3a8e commit e6d67c1

File tree

12 files changed

+54
-54
lines changed

12 files changed

+54
-54
lines changed

articles/applied-ai-services/form-recognizer/concept-business-card.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ recommendations: false
1313
---
1414
<!-- markdownlint-disable MD033 -->
1515

16-
# Azure Form Recognizer Business Card model
16+
# Azure Form Recognizer business card model
1717

1818
::: moniker range="form-recog-3.0.0"
1919
[!INCLUDE [applies to v3.0](includes/applies-to-v3-0.md)]
@@ -32,15 +32,15 @@ Business cards are a great way to represent a business or a professional. The co
3232
::: moniker range="form-recog-3.0.0"
3333
***Sample business card processed with [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=businessCard)***
3434

35-
:::image type="content" source="media/studio/overview-business-card-studio.png" alt-text="sample business card" lightbox="./media/overview-business-card.jpg":::
35+
:::image type="content" source="media/studio/overview-business-card-studio.png" alt-text="Screenshot of a sample business card analyzed in the Form Recognizer Studio." lightbox="./media/overview-business-card.jpg":::
3636

3737
::: moniker-end
3838

3939
::: moniker range="form-recog-2.1.0"
4040

41-
***Sample business processed with [Form Recognizer sample labeling tool](https://fott-2-1.azurewebsites.net/)***
41+
***Sample business processed with [Form Recognizer Sample Labeling tool](https://fott-2-1.azurewebsites.net/)***
4242

43-
:::image type="content" source="media/business-card-example.jpg" alt-text="sample business card":::
43+
:::image type="content" source="media/business-card-example.jpg" alt-text="Screenshot of a sample business card analyzed with the Form Recognizer Sample Labeling tool.":::
4444

4545
::: moniker-end
4646

@@ -98,13 +98,13 @@ See how data, including name, job title, address, email, and company name, is ex
9898

9999
::: moniker range="form-recog-2.1.0"
100100

101-
## Form Recognizer sample labeling tool
101+
## Form Recognizer Sample Labeling tool
102102

103103
1. Navigate to the [Form Recognizer Sample Tool](https://fott-2-1.azurewebsites.net/).
104104

105105
1. On the sample tool home page, select the **Use prebuilt model to get data** tile.
106106

107-
:::image type="content" source="media/label-tool/prebuilt-1.jpg" alt-text="Analyze results of Form Recognizer Layout":::
107+
:::image type="content" source="media/label-tool/prebuilt-1.jpg" alt-text="Screenshot of the layout model analyze results operation.":::
108108

109109
1. Select the **Form Type** to analyze from the dropdown menu.
110110

@@ -129,7 +129,7 @@ See how data, including name, job title, address, email, and company name, is ex
129129

130130
1. View the results - see the key-value pairs extracted, line items, highlighted text extracted and tables detected.
131131

132-
:::image type="content" source="media/business-card-results.png" alt-text="Screenshot of the analyze Results for business card model":::
132+
:::image type="content" source="media/business-card-results.png" alt-text="Screenshot of the business card model analyze results operation.":::
133133

134134
> [!NOTE]
135135
> The [Sample Labeling tool](https://fott-2-1.azurewebsites.net/) does not support the BMP file format. This is a limitation of the tool not the Form Recognizer Service.
@@ -232,7 +232,7 @@ See how data, including name, job title, address, email, and company name, is ex
232232

233233
::: moniker range="form-recog-2.1.0"
234234

235-
* Try processing your own forms and documents with the [Form Recognizer sample labeling tool](https://fott-2-1.azurewebsites.net/)
235+
* Try processing your own forms and documents with the [Form Recognizer Sample Labeling tool](https://fott-2-1.azurewebsites.net/)
236236

237237
* Complete a [Form Recognizer quickstart](quickstarts/get-started-sdks-rest-api.md?view=form-recog-2.1.0&preserve-view=true) and get started creating a document processing app in the development language of your choice.
238238

articles/applied-ai-services/form-recognizer/concept-id-document.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ Extract data, including name, birth date, and expiration date, from ID documents
130130

131131
::: moniker range="form-recog-2.1.0"
132132

133-
## Form Recognizer sample labeling tool
133+
## Form Recognizer Sample Labeling tool
134134

135135
1. Navigate to the [Form Recognizer Sample Tool](https://fott-2-1.azurewebsites.net/).
136136

137137
1. On the sample tool home page, select the **Use prebuilt model to get data** tile.
138138

139-
:::image type="content" source="media/label-tool/prebuilt-1.jpg" alt-text="Analyze results of Form Recognizer Layout":::
139+
:::image type="content" source="media/label-tool/prebuilt-1.jpg" alt-text="Screenshot of the layout model analyze results operation.":::
140140

141141
1. Select the **Form Type** to analyze from the dropdown menu.
142142

@@ -161,7 +161,7 @@ Extract data, including name, birth date, and expiration date, from ID documents
161161

162162
1. View the results - see the key-value pairs extracted, line items, highlighted text extracted and tables detected.
163163

164-
:::image type="content" source="media/id-example-drivers-license.jpg" alt-text="Analyze Results of Form Recognizer ID model":::
164+
:::image type="content" source="media/id-example-drivers-license.jpg" alt-text="Screenshot of the identity model analyze results operation.":::
165165

166166
1. Download the JSON output file to view the detailed results.
167167

@@ -367,7 +367,7 @@ Below are the fields extracted per document type. The Azure Form Recognizer ID m
367367

368368
::: moniker range="form-recog-2.1.0"
369369

370-
* Try processing your own forms and documents with the [Form Recognizer sample labeling tool](https://fott-2-1.azurewebsites.net/)
370+
* Try processing your own forms and documents with the [Form Recognizer Sample Labeling tool](https://fott-2-1.azurewebsites.net/)
371371

372372
* Complete a [Form Recognizer quickstart](quickstarts/get-started-sdks-rest-api.md?view=form-recog-2.1.0&preserve-view=true) and get started creating a document processing app in the development language of your choice.
373373

articles/applied-ai-services/form-recognizer/concept-invoice.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ Automated invoice processing is the process of extracting key accounts payable f
3333

3434
**Sample invoice processed with [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=invoice)**:
3535

36-
:::image type="content" source="media/studio/overview-invoices.png" alt-text="sample invoice" lightbox="media/overview-invoices-big.jpg":::
36+
:::image type="content" source="media/studio/overview-invoices.png" alt-text="Screenshot of a sample invoice analyzed in the Form Recognizer Studio." lightbox="media/overview-invoices-big.jpg":::
3737

3838
::: moniker-end
3939

4040
::: moniker range="form-recog-2.1.0"
4141

42-
**Sample invoice processed with [Form Recognizer sample labeling tool](https://fott-2-1.azurewebsites.net)**:
42+
**Sample invoice processed with [Form Recognizer Sample Labeling tool](https://fott-2-1.azurewebsites.net)**:
4343

44-
:::image type="content" source="media/invoice-example-new.jpg" alt-text="Screenshot of a processed Contoso invoice.":::
44+
:::image type="content" source="media/invoice-example-new.jpg" alt-text="Screenshot of a sample invoice.":::
4545

4646
::: moniker-end
4747

@@ -112,13 +112,13 @@ See how data, including customer information, vendor details, and line items, is
112112

113113
::: moniker range="form-recog-2.1.0"
114114

115-
## Form Recognizer sample labeling tool
115+
## Form Recognizer Sample Labeling tool
116116

117117
1. Navigate to the [Form Recognizer Sample Tool](https://fott-2-1.azurewebsites.net/).
118118

119119
1. On the sample tool home page, select the **Use prebuilt model to get data** tile.
120120

121-
:::image type="content" source="media/label-tool/prebuilt-1.jpg" alt-text="Analyze results of Form Recognizer Layout":::
121+
:::image type="content" source="media/label-tool/prebuilt-1.jpg" alt-text="Screenshot of layout model analyze results process.":::
122122

123123
1. Select the **Form Type** to analyze from the dropdown menu.
124124

@@ -143,7 +143,7 @@ See how data, including customer information, vendor details, and line items, is
143143

144144
1. View the results - see the key-value pairs extracted, line items, highlighted text extracted and tables detected.
145145

146-
:::image type="content" source="media/invoice-example-new.jpg" alt-text="Analyze Results of Form Recognizer invoice model":::
146+
:::image type="content" source="media/invoice-example-new.jpg" alt-text="Screenshot of layout model analyze results operation.":::
147147

148148
> [!NOTE]
149149
> The [Sample Labeling tool](https://fott-2-1.azurewebsites.net/) does not support the BMP file format. This is a limitation of the tool not the Form Recognizer Service.
@@ -306,7 +306,7 @@ The JSON output has three parts:
306306

307307
::: moniker range="form-recog-2.1.0"
308308

309-
* Try processing your own forms and documents with the [Form Recognizer sample labeling tool](https://fott-2-1.azurewebsites.net/)
309+
* Try processing your own forms and documents with the [Form Recognizer Sample Labeling tool](https://fott-2-1.azurewebsites.net/)
310310

311311
* Complete a [Form Recognizer quickstart](quickstarts/get-started-sdks-rest-api.md?view=form-recog-2.1.0&preserve-view=true) and get started creating a document processing app in the development language of your choice.
312312

articles/applied-ai-services/form-recognizer/concept-layout.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following illustration shows the typical components in an image of a sample
3939

4040
***Sample form processed with [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio/layout)***
4141

42-
:::image type="content" source="media/studio/form-recognizer-studio-layout-newspaper.png" alt-text="Screenshot of sample newspaper page processed using Form Recognizer studio":::
42+
:::image type="content" source="media/studio/form-recognizer-studio-layout-newspaper.png" alt-text="Screenshot of sample newspaper page processed using Form Recognizer Studio.":::
4343

4444
## Development options
4545

@@ -53,7 +53,7 @@ The following tools are supported by Form Recognizer v3.0:
5353

5454
::: moniker range="form-recog-2.1.0"
5555

56-
**Sample document processed with [Form Recognizer sample labeling tool layout model](https://fott-2-1.azurewebsites.net/layout-analyze)**:
56+
**Sample document processed with [Form Recognizer Sample Labeling tool layout model](https://fott-2-1.azurewebsites.net/layout-analyze)**:
5757

5858
:::image type="content" source="media/layout-tool-example.jpg" alt-text="Screenshot of a document processed with the layout model.":::
5959

@@ -111,13 +111,13 @@ See how data, including text, tables, table headers, selection marks, and struct
111111

112112
::: moniker range="form-recog-2.1.0"
113113

114-
## Form Recognizer sample labeling tool
114+
## Form Recognizer Sample Labeling tool
115115

116-
1. Navigate to the [Form Recognizer Sample Tool](https://fott-2-1.azurewebsites.net/).
116+
1. Navigate to the [Form Recognizer sample tool](https://fott-2-1.azurewebsites.net/).
117117

118118
1. On the sample tool home page, select **Use Layout to get text, tables and selection marks**.
119119

120-
:::image type="content" source="media/label-tool/layout-1.jpg" alt-text="Connection settings for Layout Form Recognizer tool.":::
120+
:::image type="content" source="media/label-tool/layout-1.jpg" alt-text="Screenshot of connection settings for the Form Recognizer layout process.":::
121121

122122
1. In the **Form recognizer service endpoint** field, paste the endpoint that you obtained with your Form Recognizer subscription.
123123

@@ -135,7 +135,7 @@ See how data, including text, tables, table headers, selection marks, and struct
135135

136136
1. View the results - see the highlighted text extracted, selection marks detected and tables detected.
137137

138-
:::image type="content" source="media/label-tool/layout-3.jpg" alt-text="Connection settings for Form Recognizer tool.":::
138+
:::image type="content" source="media/label-tool/layout-3.jpg" alt-text="Screenshot of connection settings for the Form Recognizer Sample Labeling tool.":::
139139

140140
::: moniker-end
141141

@@ -359,13 +359,13 @@ For large multi-page documents, use the `pages` query parameter to indicate spec
359359

360360
You can specify the order in which the text lines are output with the `readingOrder` query parameter. Use `natural` for a more human-friendly reading order output as shown in the following example. This feature is only supported for Latin languages.
361361

362-
:::image type="content" source="media/layout-reading-order-example.png" alt-text="Layout Reading order example" lightbox="../../cognitive-services/Computer-vision/Images/ocr-reading-order-example.png":::
362+
:::image type="content" source="media/layout-reading-order-example.png" alt-text="Screenshot of layout model reading order processing." lightbox="../../cognitive-services/Computer-vision/Images/ocr-reading-order-example.png":::
363363

364364
### Select page numbers or ranges for text extraction
365365

366366
For large multi-page documents, use the `pages` query parameter to indicate specific page numbers or page ranges for text extraction. The following example shows a document with 10 pages, with text extracted for both cases - all pages (1-10) and selected pages (3-6).
367367

368-
:::image type="content" source="./media/layout-select-pages.png" alt-text="Layout selected pages output":::
368+
:::image type="content" source="./media/layout-select-pages.png" alt-text="Screen shot of the layout model selected pages output.":::
369369

370370
## The Get Analyze Layout Result operation
371371

@@ -383,7 +383,7 @@ When the **status** field has the `succeeded` value, the JSON response will incl
383383

384384
The response includes classifying whether each text line is of handwriting style or not, along with a confidence score. This feature is only supported for Latin languages. The following example shows the handwritten classification for the text in the image.
385385

386-
:::image type="content" source="./media/layout-handwriting-classification.png" alt-text="handwriting classification example":::
386+
:::image type="content" source="./media/layout-handwriting-classification.png" alt-text="Screenshot of layout model handwriting classification process.":::
387387

388388
### Sample JSON output
389389

@@ -428,7 +428,7 @@ Layout API also extracts selection marks from documents. Extracted selection mar
428428

429429
::: moniker range="form-recog-2.1.0"
430430

431-
* [Learn how to process your own forms and documents](quickstarts/try-sample-label-tool.md) with the [Form Recognizer sample labeling tool](https://fott-2-1.azurewebsites.net/)
431+
* [Learn how to process your own forms and documents](quickstarts/try-sample-label-tool.md) with the [Form Recognizer Sample Labeling tool](https://fott-2-1.azurewebsites.net/)
432432

433433
* Complete a [Form Recognizer quickstart](quickstarts/get-started-sdks-rest-api.md?view=form-recog-2.1.0&preserve-view=true) and get started creating a document processing app in the development language of your choice.
434434

articles/applied-ai-services/form-recognizer/concept-model-overview.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,9 @@ Learn how to use Form Recognizer v3.0 in your applications by following our [**F
227227

228228
The Layout API analyzes and extracts text, tables and headers, selection marks, and structure information from documents.
229229

230-
***Sample document processed using the [sample labeling tool](https://fott-2-1.azurewebsites.net/layout-analyze)***:
230+
***Sample document processed using the [Sample Labeling tool](https://fott-2-1.azurewebsites.net/layout-analyze)***:
231231

232-
:::image type="content" source="media/overview-layout.png" alt-text="Screenshot of layout analysis using the sample labeling tool.":::
232+
:::image type="content" source="media/overview-layout.png" alt-text="Screenshot of layout analysis using the Sample Labeling tool.":::
233233

234234
> [!div class="nextstepaction"]
235235
>
@@ -239,9 +239,9 @@ The Layout API analyzes and extracts text, tables and headers, selection marks,
239239

240240
The invoice model analyzes and extracts key information from sales invoices. The API analyzes invoices in various formats and extracts key information such as customer name, billing address, due date, and amount due.
241241

242-
***Sample invoice processed using the [sample labeling tool](https://fott-2-1.azurewebsites.net/prebuilts-analyze)***:
242+
***Sample invoice processed using the [Sample Labeling tool](https://fott-2-1.azurewebsites.net/prebuilts-analyze)***:
243243

244-
:::image type="content" source="./media/overview-invoices.jpg" alt-text="Screenshot of a sample invoice analysis using the sample labeling tool.":::
244+
:::image type="content" source="./media/overview-invoices.jpg" alt-text="Screenshot of a sample invoice analysis using the Sample Labeling tool.":::
245245

246246
> [!div class="nextstepaction"]
247247
> [Learn more: invoice model](concept-invoice.md)
@@ -250,7 +250,7 @@ The invoice model analyzes and extracts key information from sales invoices. The
250250

251251
* The receipt model analyzes and extracts key information from printed and handwritten sales receipts.
252252

253-
***Sample receipt processed using [sample labeling tool](https://fott-2-1.azurewebsites.net/prebuilts-analyze)***:
253+
***Sample receipt processed using [Sample Labeling tool](https://fott-2-1.azurewebsites.net/prebuilts-analyze)***:
254254

255255
:::image type="content" source="./media/receipts-example.jpg" alt-text="Screenshot of a sample receipt." lightbox="./media/overview-receipt.jpg":::
256256

@@ -265,7 +265,7 @@ The invoice model analyzes and extracts key information from sales invoices. The
265265

266266
* Biographical pages from international passports (excluding visa and other travel documents). The API analyzes identity documents and extracts
267267

268-
***Sample U.S. Driver's License processed using the [sample labeling tool](https://fott-2-1.azurewebsites.net/prebuilts-analyze)***:
268+
***Sample U.S. Driver's License processed using the [Sample Labeling tool](https://fott-2-1.azurewebsites.net/prebuilts-analyze)***:
269269

270270
:::image type="content" source="./media/id-example-drivers-license.jpg" alt-text="Screenshot of a sample identification card.":::
271271

@@ -276,7 +276,7 @@ The invoice model analyzes and extracts key information from sales invoices. The
276276

277277
The business card model analyzes and extracts key information from business card images.
278278

279-
***Sample business card processed using the [sample labeling tool](https://fott-2-1.azurewebsites.net/prebuilts-analyze)***:
279+
***Sample business card processed using the [Sample Labeling tool](https://fott-2-1.azurewebsites.net/prebuilts-analyze)***:
280280

281281
:::image type="content" source="./media/business-card-example.jpg" alt-text="Screenshot of a sample business card.":::
282282

@@ -287,7 +287,7 @@ The business card model analyzes and extracts key information from business card
287287

288288
* Custom models analyze and extract data from forms and documents specific to your business. The API is a machine-learning program 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 and your custom model can be trained with or without labeled datasets.
289289

290-
***Sample custom model processing using the [sample labeling tool](https://fott-2-1.azurewebsites.net/)***:
290+
***Sample custom model processing using the [Sample Labeling tool](https://fott-2-1.azurewebsites.net/)***:
291291

292292
:::image type="content" source="media/overview-custom.jpg" alt-text="Screenshot: Form Recognizer tool analyze-a-custom-form window.":::
293293

@@ -298,7 +298,7 @@ The business card model analyzes and extracts key information from business card
298298

299299
A composed model is created by taking a collection of custom models and assigning them to a single model built from your form types. You can assign multiple custom models to a composed model called with a single model ID. you can assign up to 100 trained custom models to a single composed model.
300300

301-
***Composed model dialog window using the [sample labeling tool](https://formrecognizer.appliedai.azure.com/studio/customform/projects)***:
301+
***Composed model dialog window using the [Sample Labeling tool](https://formrecognizer.appliedai.azure.com/studio/customform/projects)***:
302302

303303
:::image type="content" source="media/custom-model-compose.png" alt-text="Screenshot of Form Recognizer Studio compose custom model dialog window.":::
304304

@@ -341,7 +341,7 @@ A composed model is created by taking a collection of custom models and assignin
341341

342342
::: moniker range="form-recog-2.1.0"
343343

344-
* Try processing your own forms and documents with the [Form Recognizer sample labeling tool](https://fott-2-1.azurewebsites.net/)
344+
* Try processing your own forms and documents with the [Form Recognizer Sample Labeling tool](https://fott-2-1.azurewebsites.net/)
345345

346346
* Complete a [Form Recognizer quickstart](quickstarts/get-started-sdks-rest-api.md?view=form-recog-2.1.0&preserve-view=true) and get started creating a document processing app in the development language of your choice.
347347

0 commit comments

Comments
 (0)