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
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:
719
719
720
-
* [**Pages**](#page)
721
-
* [**Paragraphs**](#paragraph)
720
+
* [**Page**](#page)
721
+
* [**Paragraph**](#paragraph)
722
722
* [**Text, line, and word**](#text-lines-and-words)
723
723
* [**Selection mark**](#selection-marks)
724
724
* [**Table**](#tables)
725
725
* [**Annotations**](#annotations)
726
726
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)
* [**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
+
727
747
### Page
728
748
729
749
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
1152
1172
1153
1173
:::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":::
1154
1174
1155
-
### Select page numbers or ranges for text extraction
1175
+
### Select page number or range for text extraction
1156
1176
1157
1177
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).
0 commit comments