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
Copy file name to clipboardExpand all lines: articles/cognitive-services/Translator/document-translation/overview.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.service: cognitive-services
8
8
ms.subservice: translator-text
9
9
ms.custom: event-tier1-build-2022
10
10
ms.topic: overview
11
-
ms.date: 07/13/2022
11
+
ms.date: 03/24/2023
12
12
ms.author: lajanuar
13
13
recommendations: false
14
14
---
@@ -42,37 +42,37 @@ You can add Document Translation to your applications using the REST API or a cl
42
42
43
43
## Get started
44
44
45
-
In our how-to guide, you'll learn how to quickly get started using Document Translation. To begin, you'll need an active [Azure account](https://azure.microsoft.com/free/cognitive-services/). If you don't have one, you can [create a free account](https://azure.microsoft.com/free).
45
+
In our quickstart, you learn how to rapidly get started using Document Translation. To begin, you need an active [Azure account](https://azure.microsoft.com/free/cognitive-services/). If you don't have one, you can [create a free account](https://azure.microsoft.com/free).
46
46
47
47
> [!div class="nextstepaction"]
48
48
> [Start here](get-started-with-document-translation.md"Learn how to use Document Translation with HTTP REST")
49
49
50
50
## Supported document formats
51
51
52
-
The following document file types are supported by Document Translation:
52
+
Document Translation supports the following document file types:
53
53
54
54
| File type| File extension|Description|
55
55
|---|---|--|
56
-
|Adobe PDF|pdf|Portable document file format. Document Translation uses optical character recognition (OCR) technology to extract and translate text in scanned PDF document while retaining the original layout.|
57
-
|Comma-Separated Values |csv| A comma-delimited raw-data file used by spreadsheet programs.|
58
-
|HTML|html, htm|Hyper Text Markup Language.|
56
+
|Adobe PDF|`pdf`|Portable document file format. Document Translation uses optical character recognition (OCR) technology to extract and translate text in scanned PDF document while retaining the original layout.|
57
+
|Comma-Separated Values |`csv`| A comma-delimited raw-data file used by spreadsheet programs.|
58
+
|HTML|`html`, `htm`|Hyper Text Markup Language.|
59
59
|Localization Interchange File Format|xlf| A parallel document format, export of Translation Memory systems. The languages used are defined inside the file.|
60
-
|Markdown| markdown, mdown, mkdn, md, mkd, mdwn, mdtxt, mdtext, rmd| A lightweight markup language for creating formatted text.|
61
-
|MHTML|mthml, mht| A web page archive format used to combine HTML code and its companion resources.|
62
-
|Microsoft Excel|xls, xlsx|A spreadsheet file for data analysis and documentation.|
63
-
|Microsoft Outlook|msg|An email message created or saved within Microsoft Outlook.|
64
-
|Microsoft PowerPoint|ppt, pptx| A presentation file used to display content in a slideshow format.|
65
-
|Microsoft Word|doc, docx| A text document file.|
66
-
|OpenDocument Text|odt|An open-source text document file.|
@@ -82,13 +82,13 @@ Source file types will be preserved during the document translation with the fol
82
82
83
83
## Supported glossary formats
84
84
85
-
The following glossary file types are supported by Document Translation:
85
+
Document Translation supports the following glossary file types:
86
86
87
87
| File type| File extension|Description|
88
88
|---|---|--|
89
-
|Comma-Separated Values| csv |A comma-delimited raw-data file used by spreadsheet programs.|
90
-
|Localization Interchange File Format| xlf , xliff| A parallel document format, export of Translation Memory systems The languages used are defined inside the file.|
91
-
|Tab-Separated Values/TAB|tsv, tab| A tab-delimited raw-data file used by spreadsheet programs.|
89
+
|Comma-Separated Values|`csv`|A comma-delimited raw-data file used by spreadsheet programs.|
90
+
|Localization Interchange File Format|`xlf` , `xliff`| A parallel document format, export of Translation Memory systems The languages used are defined inside the file.|
91
+
|Tab-Separated Values/TAB|`tsv`, `tab`| A tab-delimited raw-data file used by spreadsheet programs.|
0 commit comments