Skip to content

Commit 856a565

Browse files
committed
update main
1 parent 8bd1e12 commit 856a565

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/applied-ai-services/form-recognizer/concept-query-field-extraction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ Form Recognizer now supports query field extractions using Azure OpenAI capabili
3131
3232
## Select query fields
3333

34-
For query field extraction, specify the fields you want to extract and Form Recognizer will analyze the document accordingly. Here's an example:
34+
For query field extraction, specify the fields you want to extract and Form Recognizer analyzes the document accordingly. Here's an example:
3535

3636
* If you're processing a contract in the Form Recognizer Studio, you can pass a list of field labels like `Party1`, `Party2`, `TermsOfUse`, `PaymentTerms`, `PaymentDate`, and `TermEndDate`" as part of the analyze document request.
3737

3838
:::image type="content" source="media/studio/query-field-select.png" alt-text="Screenshot of query fields selection window in Form Recognizer Studio.":::
3939

40-
* Form Recognizer will utilize the capabilities of both Azure OpenAI and and extraction model to analyze and extract the field data and return the values in a structured JSON output.
40+
* Form Recognizer utilizes the capabilities of both Azure OpenAI and extraction models to analyze and extract the field data and return the values in a structured JSON output.
4141

42-
* In addition to the query fields, the response will include text, tables, selection marks, general document key-value pairs, and other relevant data.
42+
* In addition to the query fields, the response includes text, tables, selection marks, general document key-value pairs, and other relevant data.
4343

4444
:::image type="content" source="media/studio/query-field-analyze.png" alt-text="Screenshot of query field analysis in Form Recognizer Studio.":::
4545

0 commit comments

Comments
 (0)