Skip to content

Commit 1df97e6

Browse files
committed
update
1 parent 72d063a commit 1df97e6

File tree

4 files changed

+23
-41
lines changed

4 files changed

+23
-41
lines changed

articles/applied-ai-services/form-recognizer/quickstarts/try-v3-csharp-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ To interact with the Form Recognizer service, you'll need to create an instance
149149

150150
Once you've added a code sample to your application, choose the green **Start** button next to formRecognizer_quickstart to build and run your program, or press **F5**.
151151

152-
:::image type="content" source="../media/quickstarts/run-visual-studio.png" alt-text="Screenshot: run your Visual Studio program.":::
152+
:::image type="content" source="../media/quickstarts/run-visual-studio.png" alt-text="Screenshot: run your Visual Studio program.":::
153153

154154
<!-- ### [.NET Command-line interface (CLI)](#tab/cli)
155155

articles/applied-ai-services/form-recognizer/quickstarts/try-v3-java-sdk.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -140,15 +140,15 @@ Once you've added a code sample to your application, navigate back to your main
140140

141141
1. Build your application with the `build` command:
142142

143-
```console
144-
gradle build
145-
```
143+
```console
144+
gradle build
145+
```
146146

147147
1. Run your application with the `run` command:
148-
149-
```console
150-
gradle run
151-
```
148+
149+
```console
150+
gradle run
151+
```
152152

153153
## General document model
154154

articles/applied-ai-services/form-recognizer/quickstarts/try-v3-javascript-sdk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ Once you've added a code sample to your application, build and run your applicat
110110

111111
1. Type the following command in your terminal:
112112

113-
```console
114-
node index.js
115-
```
113+
```console
114+
node index.js
115+
```
116116

117117
## General document model
118118

articles/applied-ai-services/form-recognizer/quickstarts/try-v3-python-sdk.md

Lines changed: 12 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,18 @@ To interact with the Form Recognizer service, you'll need to create an instance
7777
>
7878
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use secure methods to store and access your credentials. For more information, *see* Cognitive Services [security](../../../cognitive-services/cognitive-services-security.md).
7979
80+
## Run your application
81+
82+
Once you've added a code sample to your application, build and run your application:
83+
84+
1. Navigate to the folder where you have your **form_recognizer_quickstart.py** file.
85+
86+
1. Type the following command in your terminal:
87+
88+
```console
89+
python form_recognizer_quickstart.py
90+
```
91+
8092
## General document model
8193

8294
Extract text, tables, structure, key-value pairs, and named entities from documents.
@@ -223,16 +235,6 @@ if __name__ == "__main__":
223235
analyze_general_documents()
224236
```
225237

226-
### Run your general document application
227-
228-
1. Navigate to the folder where you have your **form_recognizer_quickstart.py** file.
229-
230-
1. Type the following command in your terminal:
231-
232-
```console
233-
python form_recognizer_quickstart.py
234-
```
235-
236238
### General document model output
237239

238240
Here's a snippet of the expected output:
@@ -370,16 +372,6 @@ if __name__ == "__main__":
370372

371373
```
372374

373-
### Run your layout application
374-
375-
1. Navigate to the folder where you have your **form_recognizer_quickstart.py** file.
376-
377-
1. Type the following command in your terminal:
378-
379-
```console
380-
python form_recognizer_quickstart.py
381-
```
382-
383375
### Layout model output
384376

385377
Here's a snippet of the expected output:
@@ -705,16 +697,6 @@ if __name__ == "__main__":
705697
analyze_invoice()
706698
```
707699

708-
### Run your application
709-
710-
1. Navigate to the folder where you have your **form_recognizer_quickstart.py** file.
711-
712-
1. Type the following command in your terminal:
713-
714-
```console
715-
python form_recognizer_quickstart.py
716-
```
717-
718700
### Prebuilt model output
719701

720702
Here's a snippet of the expected output:

0 commit comments

Comments
 (0)