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/applied-ai-services/form-recognizer/quickstarts/try-v3-rest-api.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ To learn more about Form Recognizer features and development options, visit our
31
31
32
32
**Document Analysis**
33
33
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.
35
35
* 🆕General document—Analyze and extract text, tables, structure, key-value pairs, and named entities.
36
36
* Layout—Analyze and extract tables, lines, words, and selection marks from documents, without the need to train a model.
37
37
@@ -52,7 +52,10 @@ To learn more about Form Recognizer features and development options, visit our
52
52
53
53
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
54
54
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)
56
59
57
60
*[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`.
58
61
@@ -64,7 +67,7 @@ To learn more about Form Recognizer features and development options, visit our
64
67
* 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:
65
68
66
69
:::image type="content" source="../media/containers/keys-and-endpoint.png" alt-text="Screenshot: keys and endpoint location in the Azure portal.":::
67
-
70
+
68
71
## Analyze documents and get results
69
72
70
73
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