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/prebuilt/layout.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,7 @@ The layout model extracts structural elements from your documents. To follow are
116
116
*[**Text, lines, and words**](#text-lines-and-words)
117
117
*[**Selection marks**](#selection-marks)
118
118
*[**Tables**](#tables)
119
+
*[**Output response to markdown**]
119
120
*[**Figures**](#figures)
120
121
*[**Sections**](#sections)
121
122
@@ -393,7 +394,7 @@ if result.tables:
393
394
394
395
---
395
396
396
-
####Output response to markdown format
397
+
### Output response to markdown format
397
398
398
399
The Layout API can output the extracted text in markdown format. Use the `outputContentFormat=markdown` to specify the output format in markdown. The markdown content is output as part of the `content` section.
399
400
@@ -734,15 +735,14 @@ Document Intelligence v2.1 supports the following tools, applications, and libra
734
735
735
736
## Extract data
736
737
737
-
The layout model extracts text, selection marks, tables, paragraphs, and paragraph types (`roles`) from your documents.
738
+
TThe layout model extracts structural elements from your documents. To follow are descriptions of these structural elements with guidance on how to extract them from your document input:
738
739
739
-
> [!NOTE]
740
-
> Document Intelligence v4.0 *2024-11-30 (GA)* supports Microsoft office (DOCX, XLSX, PPTX) and HTML files. The following features are not supported:
741
-
>
742
-
> * There are no angle, width/height and unit with each page object.
743
-
> * For each object detected, there is no bounding polygon or bounding region.
744
-
> * Page range (`pages`) is not supported as a parameter.
745
-
> * No `lines` object.
740
+
* [**Pages**](#page)
741
+
* [**Paragraphs**](#paragraph)
742
+
* [**Text, line, and word**](#text-lines-and-words)
743
+
* [**Selection mark**](#selection-marks)
744
+
* [**Table**](#tables)
745
+
* [**Annotations**](#annotations)
746
746
747
747
### Page
748
748
@@ -1142,7 +1142,7 @@ for table_idx, table in enumerate(result.tables):
1142
1142
1143
1143
:::moniker range="doc-intel-3.1.0"
1144
1144
1145
-
### Annotations (available only in ``2023-02-28-preview`` API.)
1145
+
### Annotations
1146
1146
1147
1147
The Layout model extracts annotations in documents, such as checks and crosses. The response ../includes the kind of annotation, along with a confidence score and bounding polygon.
0 commit comments