Skip to content

Commit 95f8cc9

Browse files
authored
Merge pull request #3784 from laujan/370363-375455-uuf-resolutions
uuf resolutions
2 parents 27c2c95 + df9b484 commit 95f8cc9

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed
59.5 KB
Loading

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-document-intelligence
88
ms.topic: conceptual
9-
ms.date: 03/17/2025
9+
ms.date: 03/27/2025
1010
ms.author: lajanuar
1111
---
1212

@@ -120,6 +120,11 @@ The layout model extracts structural elements from your documents. To follow are
120120
* [**Figures**](#figures)
121121
* [**Sections**](#sections)
122122

123+
Run the sample layout document analysis within [Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio), then navigate to the results tab to access the full JSON output.
124+
125+
:::image type="content" source="../media/studio/json-output-tab.png" alt-text="Screenshot of results JSON output tab in the Document Intelligence Studio.":::
126+
127+
123128
### Pages
124129

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

articles/ai-services/translator/document-translation/faq.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77

88
ms.service: azure-ai-translator
99
ms.topic: conceptual
10-
ms.date: 01/27/2025
10+
ms.date: 03/27/2025
1111
ms.author: lajanuar
1212
---
1313

@@ -50,3 +50,10 @@ No. Don't include SAS token-appended URLs. Managed identities eliminate the need
5050
#### Which PDF format renders the best results?
5151

5252
PDF documents generated from digital file formats (also known as "native" PDFs) provide optimal output. Scanned PDFs are images of printed documents scanned into an electronic format. Translating scanned PDF files can result in loss of the original formatting, layout, and style, and affect the quality of the translation.
53+
54+
#### Can I learn more about single document synchronous translation?
55+
56+
Yes.
57+
58+
* For more information, *see* [Synchronous document translation](overview.md#synchronous-translation)
59+
* To view `synchronous document translation` sample code in our GitHub repository, *see* [.NET/C#](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/translation/Azure.AI.Translation.Document/samples/Sample5_SynchronousTranslation.md); [Python](https://github.com/Azure/azure-sdk-for-python/blob/azure-ai-translation-document_1.0.0/sdk/translation/azure-ai-translation-document/samples/sample_single_document_translation.py); [REST API](quickstarts/rest-api.md#synchronously-translate-a-single-document-post)

articles/ai-services/translator/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77

88
ms.service: azure-ai-translator
99
ms.topic: conceptual
10-
ms.date: 01/29/2025
10+
ms.date: 03/26/2025
1111
ms.author: lajanuar
1212
---
1313

0 commit comments

Comments
 (0)