Skip to content

Commit 58f8dea

Browse files
authored
Merge pull request #3057 from laujan/375919-known-issues
translator known issues
2 parents 026345c + d3ddbd7 commit 58f8dea

File tree

2 files changed

+53
-3
lines changed

2 files changed

+53
-3
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: Azure AI Translator known issues
3+
titlesuffix: Azure AI services
4+
description: Known and common issues with Azure AI Translator.
5+
manager: nitinme
6+
ms.service: azure-ai-translator
7+
ms.topic: reference
8+
ms.date: 02/20/2025
9+
ms.author: lajanuar
10+
---
11+
12+
# Azure AI Translator Known Issues
13+
14+
Azure AI Translator is updated regularly and we're continually improving and enhancing its features and capabilities. This page details known issues related to Azure AI Translator and provides steps to resolve them. Before submitting a support request, review the following list to see if your problem is already being addressed and to find a possible solution.
15+
16+
## Active Known Issues
17+
18+
* For more information regarding service-level outages, *see* the [Azure status page](https://azure.status.microsoft/en-us/status).
19+
* To set up outage notifications and alerts, *see* the [Azure Service Health Portal](/azure/service-health/service-health-portal-update).
20+
21+
### Text Translation
22+
23+
This table lists the current known issues and workarounds for the Text Translator feature:
24+
25+
| **Issue ID** | **Category / Feature Area** | **Title** |**Description** | **Workaround** | **Issues publish date** |
26+
| ---| --- | ---| --- | --- |
27+
| 1004 | Model| Preserving context and pronouns| Some translation models don't handle pronouns well; especially third-person pronouns. This issue is due to an inherent problem with sentence-level training and inference where context isn't preserved. We're actively working to shift all our models to document-level training and inference to preserve the context.| Currently, there's no direct workaround. Users should manually review and adjust pronoun usage as needed. | February 5, 2025|
28+
| 1006 | Content| Translating sentences with mixed language text | The Text Translation API doesn't support translating sentences that contain mixed language input. As a result, translations can be incorrect or incomplete when a single sentence includes multiple languages. | Specify the intended source language, remove the mixed-language sentence, or split the text into single-language segments. | February 5, 2025|
29+
30+
31+
32+
### Document Translation
33+
34+
This table list the active known issues for the Document Translator feature. This table includes existing challenges and new items related to complex or mixed content inputs.
35+
36+
| **Issue ID** | **Category / Feature Area** | **Title** | **Description**| **Workaround**| **Issues publish date** |
37+
| --- | --- | --- | --- | --- | --- |
38+
| 3001 | Formatting | Formatting of mathematical expressions| In some cases, translated documents don't fully retain the formatting of mathematical expressions. Superscript and subscript numbers can be reformatted incorrectly, leading to discrepancies between expected and actual output. | Currently, there's no direct workaround. Users should manually adjust the formatting of mathematical expressions as needed. | February 5, 2025|
39+
| 3007 | Content| Translating documents with mixed source languages | In some cases, document translation doesn't translate source documents with multiple languages leading to incorrect or incomplete results. For example, a sentence that contains more than one language.| To ensure that the desired language is translated to the target language, specify the intended source language. Alternatively, remove the mixed-language sentence, or split the text into segments containing only one language. | February 5, 2025|
40+
| 3008 | File types | Translating complex documents | Translating documents with thousands of intricate pages can be challenging. These documents often include images, embedded text within images, and manually typed text. As a result, the batch translation request can encounter failures during the extraction, translation, and reassembly processes.| Split the large document into smaller sections (for example, divide a 1000-page file into approximately 10 files of 100 pages each) and submit them individually for the best results.| February 5, 2025|
41+
| 3009 | Formatting | Translating documents containing borderless tables | Borderless tables aren't always processed accurately during translation. Borderless tables present a unique formatting challenge, requiring more processing to maintain translation accuracy without affecting overall performance. | Recreate documents using bordered tables instead of borderless ones to improve the translation output quality.| February 5, 2025|
42+
43+
## Related content
44+
45+
* [Azure Service Health Portal](/azure/service-health/service-health-portal-update).
46+
* [Azure Status overview](/azure/service-health/azure-status-overview)
47+
* [What's new in Azure AI Translator?](../whats-new.md)

articles/ai-services/translator/toc.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,12 +309,15 @@ items:
309309
href: /legal/cognitive-services/translator/data-privacy-security?context=/azure/ai-services/translator/context/context
310310
- name: Resources
311311
items:
312-
- name: Modifications to Translator Service
313-
displayName: deprecation, deprecate, changes, modify, modifications
314-
href: modifications-deprecations.md
315312
- name: Translator in sovereign clouds
316313
displayName: fairfax,compliant,secret,compliance,government,government cloud,dod,china,batch,region
317314
href: sovereign-clouds.md
315+
- name: Modifications to Translator Service
316+
displayName: deprecation, deprecate, changes, modify, modifications
317+
href: modifications-deprecations.md
318+
- name: Known issues
319+
displayName: error, bug, issue, problem, troubleshoot, troubleshooting
320+
href: reference/known-issues.md
318321
- name: Compliance and certification
319322
href: https://www.microsoft.com/translator/business/notrace/
320323
- name: Code samples on GitHub

0 commit comments

Comments
 (0)