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/how-to-guides/includes/v3-0/csharp-sdk.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ ms.custom: devx-track-csharp
39
39
40
40
:::image type="content" source="../../../media/containers/keys-and-endpoint.png" alt-text="Screenshot: keys and endpoint location in the Azure portal.":::
41
41
42
-
*You'll need a document file at a URL. For this project, you can use the sample forms provided in the table below for each feature:
42
+
*Finally, you'll need a document file at a URL location. For this project, you can use the sample forms provided in the table below for each feature:
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/how-to-guides/includes/v3-0/set-environment-variables.md
+14-15Lines changed: 14 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,12 @@ To set the environment variable for your Form Recognizer resource key, open a co
25
25
26
26
#### [Windows](#tab/windows)
27
27
28
-
Environment variables in Windows are ***not*** case-sensitive. They're typically named in uppercase, with words joined by an underscore. Start a CMD window and execute the commands:
28
+
Environment variables in Windows are ***not*** case-sensitive. They're typically declared in uppercase, with words joined by an underscore. Open a command prompt and execute the following commands:
* After you set your environment variables, you need to exit the shell and reopen it before the changes will be available. The value will remain modified until you change it again.
44
+
* After you set your environment variables, you'll need to exit the shell and reopen it before the changes will be available. The value will remain modified until you change it again.
45
45
46
46
* Restart any running programs that will read the environment variable. For example, if you're using Visual Studio or Visual Studio Code as your editor, restart before running the sample code.
47
47
48
48
Here are a few more helpful commands to use with environment variables:
49
49
50
50
| Command | Action | Example |
51
51
|---------|--------|---------|
52
-
|**setx** VARIABLE_NAME=value | Set or change the value of an environment variable|**setx** FR_KEY=`{yourKey}`|
53
-
|**setx** VARIABLE_NAME= | Delete the environment variable by setting the value to an empty string.|**setx** FR_KEY= |
54
-
|**set** VARIABLE_NAME | Display the value of a specific environment variable|**set** FR_KEY|
55
-
|**set**| Display all environment variables.|**set**|
52
+
|**setx** </br>VARIABLE_NAME=value | Set or change the value of an environment variable|`setx FR_KEY={yourKey}`|
53
+
|**setx** </br>VARIABLE_NAME= | Delete the environment variable by setting the value to an empty string.|`setx FR_KEY=`|</b>VARIABLE_NAME | Display the value of a specific environment variable|`set FR_KEY`|
54
+
|**set**| Display all environment variables.|`set`|
56
55
57
56
#### [macOS](#tab/macOS)
58
57
@@ -94,10 +93,10 @@ Here are a few more helpful commands to use with environment variables:
94
93
95
94
| Command | Action | Example |
96
95
|---------|--------|---------|
97
-
|**export** VARIABLE_NAME=value | Set or change the value of a temporary environment variable ().|**export** FR_KEY=`{yourKey}`|
98
-
|**unset** VARIABLE_NAME | Delete an environment variable.|**unset** FR_KEY |
99
-
|•**printenv** VARIABLE_NAME</br>•**echo**$VARIABLE_NAME|•Display the value of a specific environment variable (with the **echo** command, precede the variable with $).|•**printenv** FR_KEY </br>•**echo**$FR_KEY</br>|
100
-
|**printenv**| Display all environment variables.|**printenv**|
96
+
|**export**</br>VARIABLE_NAME=value | Set or change the value of a temporary environment variable ().|`export FR_KEY={yourKey}`|
97
+
|**unset**</br>VARIABLE_NAME | Delete an environment variable.|`unset FR_KEY`|
98
+
|•**printenv**</br> VARIABLE_NAME</br>•**echo**</br>$VARIABLE_NAME| Display the value of a specific environment variable (with the **echo** command, precede the variable with $).|•`printenv FR_KEY`</br>•`echo $FR_KEY`</br>|
99
+
|**printenv**| Display all environment variables.|`printenv`|
101
100
102
101
#### [Linux](#tab/linux)
103
102
@@ -139,9 +138,9 @@ Here are a few more helpful commands to use with environment variables:
139
138
140
139
| Command | Action | Example |
141
140
|---------|--------|---------|
142
-
| **export** VARIABLE_NAME=value | Set or change the value of a temporary environment variable (only lasts until you close the terminal session).| **export** FR_KEY=`{yourKey}`|
143
-
| **unset** VARIABLE_NAME| Delete an environment variable.|**unset** FR_KEY= |
144
-
| • **printenv** VARIABLE_NAME</br> • **echo** $VARIABLE_NAME| • Display the value of an environment variable (with the **echo** command, precede the variable with $).| • **printenv** FR_KEY </br>• **echo** $FR_KEY</br>|
145
-
| **printenv**| Display all environment variables.|**printenv**|
141
+
| **export** </br>VARIABLE_NAME=value | Set or change the value of a temporary environment variable (only lasts until you close the terminal session).| `export FR_KEY={yourKey}`|
142
+
| **unset** </br>VARIABLE_NAME| Delete an environment variable.|`unset FR_KEY=` |
143
+
| • **printenv** </br>VARIABLE_NAME</br> • **echo** </br>$VARIABLE_NAME| Display the value of an environment variable (with the **echo** command, precede the variable with $).| • `printenv FR_KEY` </br>• `echo $FR_KEY`</br>|
144
+
| **printenv**| Display all environment variables.|`printenv`|
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/how-to-guides/v3-0-sdk-rest-api.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ recommendations: false
16
16
17
17
# Use Form Recognizer SDKs or REST API | v3.0
18
18
19
-
In this how-to guide, you'll learn how to add Form Recognizer to your applications and workflows using a programming language SDK of your choice or the REST API. Azure Form Recognizer is a cloud-based Azure Applied AI Service that uses machine learning to extract key-value pairs, text, and tables from your documents. We recommend that you use the free service when you're learning the technology. Remember that the number of free pages is limited to 500 per month.
19
+
In this guide, you'll learn how to add Form Recognizer to your applications and workflows using a programming language SDK of your choice or the REST API. Azure Form Recognizer is a cloud-based Azure Applied AI Service that uses machine learning to extract keytext and structure elements from documents. We recommend that you use the free service as you're learning the technology. Remember that the number of free pages is limited to 500 per month.
20
20
21
-
In this project, you'll learn how-to use the following Form Recognizer models to analyze and extract data and values from forms and documents:
21
+
Choose from the following Form Recognizer models to analyze and extract data and values from forms and documents:
22
22
23
23
> [!div class="checklist"]
24
24
>
@@ -30,11 +30,11 @@ In this project, you'll learn how-to use the following Form Recognizer models to
30
30
>
31
31
> * The [prebuilt-tax.us.w2](../concept-w2.md) model extracts information reported on US Internal Revenue Service (IRS) tax forms.
32
32
>
33
-
> * The [prebuilt-invoice](../concept-invoice.md) model extracts key fields and line items from sales invoices of various formats and quality including phone-captured images, scanned documents, and digital PDFs.
33
+
> * The [prebuilt-invoice](../concept-invoice.md) model extracts key fields and line items from sales invoices in various formats and quality including phone-captured images, scanned documents, and digital PDFs.
34
34
>
35
35
> * The [prebuilt-receipt](../concept-receipt.md) model extracts key information from printed and handwritten sales receipts.
36
36
>
37
-
> * The [prebuilt-idDocument](../concept-id-document.md) model extracts key information from US Drivers Licenses, international passport biographical pages, US state IDs, social security cards, and permanent resident (green) cards.
37
+
> * The [prebuilt-idDocument](../concept-id-document.md) model extracts key information from US drivers licenses, international passport biographical pages, US state IDs, social security cards, and permanent resident (green) cards.
38
38
>
39
39
> * The [prebuilt-businessCard](../concept-business-card.md) model extracts key information from business card images.
0 commit comments