Skip to content

Commit dc6d48d

Browse files
authored
Update concept-read.md
Fast follow changes
1 parent 485217e commit dc6d48d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/document-intelligence/concept-read.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The searchable PDF capability enables you to convert an analog PDF, such as scan
122122
> [!IMPORTANT]
123123
>
124124
> * Currently, the searchable PDF capability is only supported by Read OCR model `prebuilt-read`. When using this feature, please specify the `modelId` as `prebuilt-read`, as other model types will return error for this preview version.
125-
> * Searchable PDF is included with the 2024-07-31-preview `prebuilt-read` model with no usage cost for general PDF consumption.
125+
> * Searchable PDF is included with the 2024-07-31-preview `prebuilt-read` model with no additional cost for generating a searchable PDF output.
126126
127127
### Use searchable PDF
128128

@@ -135,7 +135,7 @@ POST /documentModels/prebuilt-read:analyze?output=pdf
135135
202
136136
```
137137

138-
Once the `Analyze` operation is complete, make a `GET` request to retrieve the `Analyze` operation results.
138+
Poll for completion of the `Analyze` operation. Once the operation is complete, issue a `GET` request to retrieve the PDF format of the `Analyze` operation results .
139139

140140
Upon successful completion, the PDF can be retrieved and downloaded as `application/pdf`. This operation allows direct downloading of the embedded text form of PDF instead of Base64-encoded JSON.
141141

0 commit comments

Comments
 (0)