Skip to content

Commit 140a4ad

Browse files
authored
Merge pull request #203138 from laujan/patch-114
Update try-v3-rest-api.md
2 parents f433a30 + 5cb3938 commit 140a4ad

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: applied-ai-services
88
ms.subservice: forms-recognizer
99
ms.topic: quickstart
10-
ms.date: 06/06/2022
10+
ms.date: 06/28/2022
1111
ms.author: lajanuar
1212
---
1313

@@ -31,7 +31,7 @@ To learn more about Form Recognizer features and development options, visit our
3131

3232
**Document Analysis**
3333

34-
* 🆕 Read—Analyze and extract printed (typeface) and handwritten text lines, words, locations, and detected languages.
34+
* 🆕 Read—Analyze and extract printed (typeface) and handwritten text lines, words, locations, and detected languages.
3535
* 🆕General document—Analyze and extract text, tables, structure, key-value pairs, and named entities.
3636
* Layout—Analyze and extract tables, lines, words, and selection marks from documents, without the need to train a model.
3737

@@ -52,7 +52,10 @@ To learn more about Form Recognizer features and development options, visit our
5252

5353
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
5454

55-
* [cURL](https://curl.haxx.se/windows/) installed.
55+
* curl command line tool installed.
56+
57+
* [Windows](https://curl.haxx.se/windows/)
58+
* [Mac or Linux](https://learn2torials.com/thread/how-to-install-curl-on-mac-or-linux-(ubuntu)-or-windows)
5659

5760
* [PowerShell version 7.*+](/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.2&preserve-view=true), or a similar command-line application. To check your PowerShell version, type `Get-Host | Select-Object Version`.
5861

@@ -64,7 +67,7 @@ To learn more about Form Recognizer features and development options, visit our
6467
* After your resource deploys, select **Go to resource**. You need the key and endpoint from the resource you create to connect your application to the Form Recognizer API. You'll paste your key and endpoint into the code below later in the quickstart:
6568

6669
:::image type="content" source="../media/containers/keys-and-endpoint.png" alt-text="Screenshot: keys and endpoint location in the Azure portal.":::
67-
70+
6871
## Analyze documents and get results
6972

7073
A POST request is used to analyze documents with a prebuilt or custom model. A GET request is used to retrieve the result of a document analysis call. The `modelId` is used with POST and `resultId` with GET operations.

0 commit comments

Comments
 (0)