Skip to content

Commit 11facc2

Browse files
committed
build issues
1 parent 3d0f4a9 commit 11facc2

File tree

1 file changed

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

1 file changed

+25
-5
lines changed

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

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +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**]
119+
* [**Output response to markdown**](#output-response-to-markdown-format)
120120
* [**Figures**](#figures)
121121
* [**Sections**](#sections)
122122

@@ -711,19 +711,39 @@ Document Intelligence v2.1 supports the following tools, applications, and libra
711711

712712
:::moniker-end
713713

714-
:::moniker range="<=doc-intel-3.1.0"
714+
:::moniker range="doc-intel-3.0.0 || doc-intel-3.1.0"
715715

716716
## Extract data
717717

718718
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:
719719

720-
* [**Pages**](#page)
721-
* [**Paragraphs**](#paragraph)
720+
* [**Page**](#page)
721+
* [**Paragraph**](#paragraph)
722722
* [**Text, line, and word**](#text-lines-and-words)
723723
* [**Selection mark**](#selection-marks)
724724
* [**Table**](#tables)
725725
* [**Annotations**](#annotations)
726726

727+
:::moniker-end
728+
729+
:::moniker range="doc-intel-2.1.0"
730+
731+
## Extract data
732+
733+
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:
734+
735+
* [**Page**](#page)
736+
* [**Paragraph**](#paragraph)
737+
* [**Text, line, and word**](#text-lines-and-words)
738+
* [**Selection mark**](#selection-marks)
739+
* [**Table**](#tables)
740+
* [**Natural reading order**](#natural-reading-order-output-latin-only)
741+
* [**Select page number or range**](#select-page-number-or-range-for-text-extraction)
742+
743+
:::moniker-end
744+
745+
:::moniker range="<=doc-intel-3.1.0"
746+
727747
### Page
728748

729749
The pages collection is a list of pages within the document. Each page is represented sequentially within the document and ../includes the orientation angle indicating if the page is rotated and the width and height (dimensions in pixels). The page units in the model output are computed as shown:
@@ -1152,7 +1172,7 @@ You can specify the order in which the text lines are output with the `readingOr
11521172

11531173
:::image type="content" source="../media/layout-reading-order-example.png" alt-text="Screenshot of `layout` model reading order processing." lightbox="../../../ai-services/Computer-vision/Images/ocr-reading-order-example.png":::
11541174

1155-
### Select page numbers or ranges for text extraction
1175+
### Select page number or range for text extraction
11561176

11571177
For large multi-page documents, use the `pages` query parameter to indicate specific page numbers or page ranges for text extraction. The following example shows a document with 10 pages, with text extracted for both cases - all pages (1-10) and selected pages (3-6).
11581178

0 commit comments

Comments
 (0)