Skip to content

Commit f5f4b1c

Browse files
committed
remove multipart line
1 parent 26e9695 commit f5f4b1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 (for example, C:\temp\file.pdf). Or, replace it with multipart form data.
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Note the `"modelId"` value. You'll need it for the following steps.
124124
Next, you'll analyze a document and extract key-value pairs and tables from it. Call the **Model - Analyze** API by running the Python script that follows. Before you run the command, make these changes:
125125

126126
1. Replace `<Endpoint>` with the endpoint that you obtained with your Form Recognizer subscription key. You can find it on your Form Recognizer resource **Overview** tab.
127-
1. Replace `<path to your form>` with the file path of your form (for example, C:\temp\file.pdf). Or, replace it with multipart form data.
127+
1. Replace `<path to your form>` with the file path of your form (for example, C:\temp\file.pdf).
128128
1. Replace `<modelID>` with the model ID you received in the previous section.
129129
1. Replace `<file type>` with the file type. Supported types: pdf, image/jpeg, image/png.
130130
1. Replace `<subscription key>` with your subscription key.

0 commit comments

Comments
 (0)