Skip to content

Commit 99a9b9e

Browse files
Merge pull request #31769 from NHaiby/patch-3
Update curl-train-extract.md
2 parents acbf692 + a151b66 commit 99a9b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/form-recognizer/quickstarts/curl-train-extract.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Next, you'll analyze a document and extract key-value pairs and tables from it.
105105

106106
1. Replace `<Endpoint>` with the endpoint that you obtained from your Form Recognizer subscription key. You can find it on your Form Recognizer resource **Overview** tab.
107107
1. Replace `<modelID>` with the model ID that you received in the previous section.
108-
1. Replace `<path to your form>` with the file path of your form.
108+
1. Replace `<path to your form>` with the file path of your form. For example c:\temp\file.pdf.
109109
1. Replace `<file type>` with the file type. Supported types: pdf, image/jpeg, image/png.
110110
1. Replace `<subscription key>` with your subscription key.
111111

0 commit comments

Comments
 (0)