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/content-understanding/tutorial/RAG-tutorial.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -311,15 +311,13 @@ The 200 (`OK`) JSON response includes a `status` field indicating the status of
311
311
### Extraction Results
312
312
The result below demonstrates the output of content and field extraction using Azure AI Content Understanding. The JSON response contains multiple fields, each serving a specific purpose in representing the extracted data.
313
313
314
-
#### **Markdown Field**
315
-
The `markdown` field provides a simplified, human-readable representation of the extracted content. It is particularly useful for quick previews or for integrating the extracted data into applications that require structured text, such as knowledge bases or search interfaces. For example, in the case of a document, the `markdown` field might include headers, paragraphs, and other structural elements formatted for easy readability.
316
-
317
-
#### **JSON Output**
318
-
The full JSON output provides a comprehensive representation of the extracted data, including both the content and the metadata generated during the extraction process. This includes:
319
-
-**Fields:** AI-generated metadata such as summaries, key topics, or classifications, tailored to the specific schema defined in the analyzer.
320
-
-**Confidence Scores:** Indicators of the reliability of the extracted data.
321
-
-**Spans:** Information about the location of the extracted content within the source file.
322
-
-**Additional Metadata:** Details such as page numbers, dimensions, and other contextual information.
314
+
-**Markdown Field**: The `markdown` field provides a simplified, human-readable representation of the extracted content. It is particularly useful for quick previews or for integrating the extracted data into applications that require structured text, such as knowledge bases or search interfaces. For example, in the case of a document, the `markdown` field might include headers, paragraphs, and other structural elements formatted for easy readability.
315
+
316
+
-**JSON Output**:The full JSON output provides a comprehensive representation of the extracted data, including both the content and the metadata generated during the extraction process. This includes:
317
+
-**Fields:** AI-generated metadata such as summaries, key topics, or classifications, tailored to the specific schema defined in the analyzer.
318
+
-**Confidence Scores:** Indicators of the reliability of the extracted data.
319
+
-**Spans:** Information about the location of the extracted content within the source file.
320
+
-**Additional Metadata:** Details such as page numbers, dimensions, and other contextual information.
0 commit comments