Skip to content

Commit 811edcb

Browse files
committed
resolve moniker issues
1 parent bc1d0aa commit 811edcb

File tree

2 files changed

+22
-14
lines changed

2 files changed

+22
-14
lines changed

articles/ai-services/document-intelligence/includes/input-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: lajanuar
77
---
88
<!-- markdownlint-disable MD041 -->
99

10-
* Supported file formats:
10+
Supported file formats:
1111

1212
|Model | PDF |Image: </br>`JPEG/JPG`, `PNG`, `BMP`, `TIFF`, `HEIF` | Microsoft Office: </br> Word (`DOCX`), Excel (`XLSX`), PowerPoint (`PPTX`), HTML|
1313
|--------|:----:|:-----:|:---------------:|

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

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -109,20 +109,19 @@ See how data, including text, tables, table headers, selection marks, and struct
109109

110110
## Data extraction
111111

112-
The layout model extracts text, selection marks, tables, paragraphs, and paragraph types (`roles`) from your documents. To follow are descriptions of page layout structural elements with guidance on how to extract them:
112+
The 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:
113113

114114
* [**Pages**](#pages)
115115
* [**Paragraphs**](#paragraphs)
116116
* [**Text, lines, and words**](#text-lines-and-words)
117-
* [**Handwritten style**](#handwritten-style-for-text-lines)
118117
* [**Selection marks**](#selection-marks)
119118
* [**Tables**](#tables)
120119
* [**Figures**](#figures)
121120
* [**Sections**](#sections)
122121

123122
### Pages
124123

125-
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:
124+
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:
126125

127126
| **File format** | **Computed page unit** | **Total pages** |
128127
| --- | --- | --- |
@@ -267,7 +266,7 @@ if page.lines:
267266

268267
---
269268

270-
### Handwritten style for text lines
269+
#### Handwritten style for text lines
271270

272271
The response ../includes classifying whether each text line is of handwriting style or not, along with a confidence score. For more information. See [Handwritten language support](../language-support/ocr.md). The following example shows an example JSON snippet.
273272

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

395394
---
396395

397-
### Output to markdown format
396+
#### Output table response to markdown format
398397

399398
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.
400399

@@ -665,25 +664,34 @@ See how data, including text, tables, table headers, selection marks, and struct
665664
> [!NOTE]
666665
> Document Intelligence Studio is available with v3.0 APIs and later versions.
667666

668-
***Sample document processed with [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio/layout)***
667+
### [REST API](#tab/rest)
669668

670-
:::image type="content" source="../media/studio/form-recognizer-studio-layout-newspaper.png" alt-text="Screenshot of `Layout` processing a newspaper page in Document Intelligence Studio.":::
671669

672-
1. On the [Document Intelligence Studio home page](https://documentintelligence.ai.azure.com/studio), select **Layout**.
670+
* [2023-07-31 GA (v3.1)](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-2023-07-31&preserve-view=true&tabs=HTTP)
671+
* [2022-08-31 GA (v3.0)](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-v3.0%20(2022-08-31)&preserve-view=true&tabs=HTTP)
673672

674-
1. You can analyze the sample document or upload your own files.
673+
# [Client libraries](#tab/sdks)
675674

676-
1. Select the **Run analysis** button and, if necessary, configure the **Analyze options**:
675+
* [**C# SDK**](/dotnet/api/overview/azure/ai.documentintelligence-readme?view=azure-dotnet-preview&preserve-view=true)
676+
* [**Java SDK**](/java/api/overview/azure/ai-documentintelligence-readme?view=azure-java-preview&preserve-view=true)
677+
* [**JavaScript**](/javascript/api/overview/azure/ai-document-intelligence-rest-readme?view=azure-node-preview&preserve-view=true)
678+
* [**Python SDK**](/python/api/overview/azure/ai-documentintelligence-readme?view=azure-python-preview&preserve-view=true)
679+
680+
### [Document Intelligence Studio](#tab/studio)
677681

678-
:::image type="content" source="../media/studio/run-analysis-analyze-options.png" alt-text="Screenshot of Run analysis and Analyze options buttons in the Document Intelligence Studio.":::
682+
* [Studio](https://documentintelligence.ai.azure.com/studio)
683+
* [How-to guide](../studio-overview.md#authentication-in-studio)
679684

680-
> [!div class="nextstepaction"]
681-
> [Try Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio/layout).
685+
---
682686

683687
:::moniker-end
684688

685689
:::moniker range="doc-intel-2.1.0"
686690

691+
## REST API
692+
693+
* [Document Intelligence v2.1 (Form Recognizer)](/rest/api/aiservices/analyzer?view=rest-aiservices-v2.1&preserve-view=true)
694+
687695
## Document Intelligence Sample Labeling tool
688696

689697
1. Navigate to the [Document Intelligence sample tool](https://fott-2-1.azurewebsites.net/).

0 commit comments

Comments
 (0)