Skip to content

Commit 873dfe3

Browse files
committed
build issues
1 parent 009063e commit 873dfe3

File tree

1 file changed

+10
-10
lines changed
  • articles/ai-services/document-intelligence/prebuilt

1 file changed

+10
-10
lines changed

articles/ai-services/document-intelligence/prebuilt/layout.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ The layout model extracts structural elements from your documents. To follow are
116116
* [**Text, lines, and words**](#text-lines-and-words)
117117
* [**Selection marks**](#selection-marks)
118118
* [**Tables**](#tables)
119+
* [**Output response to markdown**]
119120
* [**Figures**](#figures)
120121
* [**Sections**](#sections)
121122

@@ -393,7 +394,7 @@ if result.tables:
393394

394395
---
395396

396-
#### Output response to markdown format
397+
### Output response to markdown format
397398

398399
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.
399400

@@ -734,15 +735,14 @@ Document Intelligence v2.1 supports the following tools, applications, and libra
734735

735736
## Extract data
736737

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:
738739

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)
746746

747747
### Page
748748

@@ -1142,7 +1142,7 @@ for table_idx, table in enumerate(result.tables):
11421142

11431143
:::moniker range="doc-intel-3.1.0"
11441144

1145-
### Annotations (available only in ``2023-02-28-preview`` API.)
1145+
### Annotations
11461146

11471147
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.
11481148

0 commit comments

Comments
 (0)