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/ai-services/document-intelligence/concept-query-fields.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,13 @@ Document Intelligence now supports query field extractions using Azure OpenAI ca
20
20
21
21
> [!NOTE]
22
22
>
23
-
> Document Intelligence Studio query field extraction is currently available with the general document model for the `2023-02-28-preview`release.
23
+
> Document Intelligence Studio query field extraction is currently available with the general document model starting with the `2023-02-28-preview` and later releases.
24
24
25
25
## Select query fields
26
26
27
27
For query field extraction, specify the fields you want to extract and Document Intelligence analyzes the document accordingly. Here's an example:
28
28
29
-
* If you're processing a contract in the [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio/document). Use the `2023-02-28-preview` version:
29
+
* If you're processing a contract in the [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio/document), use the `2023-07-31` version:
30
30
31
31
:::image type="content" source="media/studio/query-fields.png" alt-text="Screenshot of the query fields button in Document Intelligence Studio.":::
32
32
@@ -43,7 +43,7 @@ For query field extraction, specify the fields you want to extract and Document
43
43
Use the query fields feature with the [general document model](concept-general-document.md), to add fields to the extraction process without having to train a custom model:
44
44
45
45
```http
46
-
POST https://*.cognitiveservices.azure.com/formrecognizer/documentModels/prebuilt-document:analyze?api-version=2023-02-28-preview&queryFields=Party1, Party2, PaymentDate HTTP/1.1
46
+
POST https://{endpoint}/formrecognizer/documentModels/prebuilt-document:analyze?api-version=2023-07-31&queryFields=Party1, Party2, PaymentDate HTTP/1.1
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/how-to-guides/includes/v3-0/rest-api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,10 +77,10 @@ curl -i -X POST "%FR_ENDPOINT%formrecognizer/documentModels/{modelID}:analyze?ap
77
77
78
78
**Enable add-on capabilities
79
79
80
-
To enable add-on capabilities, use the `features` query parameter in the POST request. There are four add-on capabilities available for the 2023-02-28-preview: *ocr.highResolution*, *ocr.formula*, *ocr.font*, and *queryFields.premium*. To learn more about each of the capabilities, visit the [Add-On Capabilities concept page](../../../concept-accuracy-confidence.md). You can only call the highResolution, formula and font capabilities for the Read and Layout model, and the queryFields capability for the General Documents model. The following example shows how to call the highResolution, formula and font capabilities for the Layout model.
80
+
To enable add-on capabilities, use the `features` query parameter in the POST request. There are four add-on capabilities available with the 2023-07-31 (GA) release: *ocr.highResolution*, *ocr.formula*, *ocr.font*, and *queryFields.premium*. To learn more about each of the capabilities, visit the [Add-On Capabilities concept page](../../../concept-accuracy-confidence.md). You can only call the highResolution, formula and font capabilities for the Read and Layout model, and the queryFields capability for the General Documents model. The following example shows how to call the highResolution, formula and font capabilities for the Layout model.
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/overview.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
@@ -248,7 +248,7 @@ You can use Document Intelligence to automate document processing in application
248
248
249
249
| About | Development options |
250
250
|----------|--------------|
251
-
|Extract contract agreement and party details.|●[**Document Intelligence Studio**](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=contract)</br>●[**REST API**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2023-02-28-preview/operations/AnalyzeDocument)
251
+
|Extract contract agreement and party details.|●[**Document Intelligence Studio**](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=contract)</br>●[**REST API**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2023-07-31/operations/AnalyzeDocument)
252
252
253
253
> [!div class="nextstepaction"]
254
254
> [Return to model types](#prebuilt-models)
@@ -333,7 +333,7 @@ You can use Document Intelligence to automate document processing in application
333
333
334
334
| About | Development options |
335
335
|----------|--------------|
336
-
|Extract mortgage interest information and details.|●[**Document Intelligence Studio**](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=tax.us.1098)</br>●[**REST API**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2023-02-28-preview/operations/AnalyzeDocument)
336
+
|Extract mortgage interest information and details.|●[**Document Intelligence Studio**](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=tax.us.1098)</br>●[**REST API**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2023-07-31/operations/AnalyzeDocument)
337
337
338
338
> [!div class="nextstepaction"]
339
339
> [Return to model types](#prebuilt-models)
@@ -344,7 +344,7 @@ You can use Document Intelligence to automate document processing in application
344
344
345
345
| About | Development options |
346
346
|----------|--------------|
347
-
|Extract student loan information and details.|●[**Document Intelligence Studio**](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=tax.us.1098E)</br>●[**REST API**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2023-02-28-preview/operations/AnalyzeDocument)
347
+
|Extract student loan information and details.|●[**Document Intelligence Studio**](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=tax.us.1098E)</br>●[**REST API**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2023-07-31/operations/AnalyzeDocument)
348
348
349
349
> [!div class="nextstepaction"]
350
350
> [Return to model types](#prebuilt-models)
@@ -355,7 +355,7 @@ You can use Document Intelligence to automate document processing in application
355
355
356
356
| About | Development options |
357
357
|----------|--------------|
358
-
|Extract tuition information and details.|●[**Document Intelligence Studio**](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=tax.us.1098T)</br>●[**REST API**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2023-02-28-preview/operations/AnalyzeDocument)
358
+
|Extract tuition information and details.|●[**Document Intelligence Studio**](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=tax.us.1098T)</br>●[**REST API**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2023-07-31/operations/AnalyzeDocument)
0 commit comments