Skip to content

Commit 91cce54

Browse files
committed
address pre-review feedback
1 parent d6fb219 commit 91cce54

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

articles/ai-services/document-intelligence/concept-credit-card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The following are the fields extracted from a contract in the JSON output respon
8383
| ValidDate | Date | Valid from date | 01/16 |
8484
| ExpirationDate | Date | Expiration date| 01/19 |
8585
| CardVerificationValue | String | Card verification value (CVV) | 764 |
86-
| CustomerServicePhoneNumbers | Array | List of support numbers | +1 (987) 123-456 |
86+
| CustomerServicePhoneNumbers | Array | List of support numbers | +1 (555) 123-4567 |
8787

8888
The bank cards key-value pairs and line items extracted are in the `documentResults` section of the JSON output.
8989

articles/ai-services/document-intelligence/concept-receipt.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -166,27 +166,27 @@ See how Document Intelligence extracts data, including time and date of transact
166166

167167
1. Choose a URL for the file you would like to analyze from the below options:
168168

169-
* [**Sample invoice document**](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/invoice_sample.jpg).
169+
* [**Sample invoice document**](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/invoice_sample.jpg).
170170

171-
* [**Sample ID document**](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/DriverLicense.png).
171+
* [**Sample ID document**](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/DriverLicense.png).
172172

173-
* [**Sample receipt image**](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/contoso-allinone.jpg).
173+
* [**Sample receipt image**](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/contoso-allinone.jpg).
174174

175-
* [**Sample business card image**](https://raw.githubusercontent.com/Azure/azure-sdk-for-python/master/sdk/formrecognizer/azure-ai-formrecognizer/samples/sample_forms/business_cards/business-card-english.jpg).
175+
* [**Sample business card image**](https://raw.githubusercontent.com/Azure/azure-sdk-for-python/master/sdk/formrecognizer/azure-ai-formrecognizer/samples/sample_forms/business_cards/business-card-english.jpg).
176176

177-
1. In the **Source** field, select **URL** from the dropdown menu, paste the selected URL, and select the **Fetch** button.
177+
1. In the **Source** field, select **URL** from the dropdown menu, paste the selected URL, and select the **Fetch** button.
178178

179-
:::image type="content" source="media/label-tool/fott-select-url.png" alt-text="Screenshot of source location dropdown menu.":::
179+
:::image type="content" source="media/label-tool/fott-select-url.png" alt-text="Screenshot of source location dropdown menu.":::
180180

181-
1. In the **Document Intelligence service endpoint** field, paste the endpoint that you obtained with your Document Intelligence subscription.
181+
1. In the **Document Intelligence service endpoint** field, paste the endpoint that you obtained with your Document Intelligence subscription.
182182

183-
1. In the **key** field, paste the key you obtained from your Document Intelligence resource.
183+
1. In the **key** field, paste the key you obtained from your Document Intelligence resource.
184184

185185
:::image type="content" source="media/fott-select-form-type.png" alt-text="Screenshot of the select-form-type dropdown menu.":::
186186

187-
1. Select **Run analysis**. The Document Intelligence Sample Labeling tool calls the Analyze Prebuilt API and analyze the document.
187+
1. Select **Run analysis**. The Document Intelligence Sample Labeling tool calls the Analyze Prebuilt API and analyze the document.
188188

189-
1. View the results - see the key-value pairs extracted, line items, highlighted text extracted, and tables detected.
189+
1. View the results - see the key-value pairs extracted, line items, highlighted text extracted, and tables detected.
190190

191191
:::image type="content" source="media/receipts-example.jpg" alt-text="Screenshot of the layout model analyze results operation.":::
192192

articles/ai-services/document-intelligence/whats-new.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -895,13 +895,12 @@ The v3.1 API introduces new and updated capabilities:
895895

896896
---
897897

898-
899898
## April 2021
900899
<!-- markdownlint-disable MD029 -->
901900

902901
### [**C#**](#tab/csharp)
903902

904-
* ***NuGet package version 3.1.0-beta.4***.
903+
* **NuGet package version 3.1.0-beta.4**
905904

906905
* [**Changelog/Release History**](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/formrecognizer/Azure.AI.FormRecognizer/CHANGELOG.md#310-beta4-2021-04-06).
907906

0 commit comments

Comments
 (0)