Skip to content

Commit 4ed1f70

Browse files
committed
add tip to sas article
1 parent 98f73af commit 4ed1f70

File tree

1 file changed

+23
-23
lines changed
  • articles/cognitive-services/Translator/document-translation

1 file changed

+23
-23
lines changed

articles/cognitive-services/Translator/document-translation/overview.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: cognitive-services
88
ms.subservice: translator-text
99
ms.custom: event-tier1-build-2022
1010
ms.topic: overview
11-
ms.date: 07/13/2022
11+
ms.date: 03/24/2023
1212
ms.author: lajanuar
1313
recommendations: false
1414
---
@@ -42,37 +42,37 @@ You can add Document Translation to your applications using the REST API or a cl
4242

4343
## Get started
4444

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).
4646

4747
> [!div class="nextstepaction"]
4848
> [Start here](get-started-with-document-translation.md "Learn how to use Document Translation with HTTP REST")
4949
5050
## Supported document formats
5151

52-
The following document file types are supported by Document Translation:
52+
Document Translation supports the following document file types:
5353

5454
| File type| File extension|Description|
5555
|---|---|--|
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.|
5959
|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.|
67-
|OpenDocument Presentation|odp|An open-source presentation file.|
68-
|OpenDocument Spreadsheet|ods|An open-source spreadsheet file.|
69-
|Rich Text Format|rtf|A text document containing formatting.|
70-
|Tab Separated Values/TAB|tsv/tab| A tab-delimited raw-data file used by spreadsheet programs.|
71-
|Text|txt| An unformatted text document.|
60+
|Markdown| `markdown`, `mdown`, `mkdn`, `md`, `mkd`, `mdwn`, `mdtxt`, `mdtext`, `rmd`| A lightweight markup language for creating formatted text.|
61+
|M​HTML|`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.|
67+
|OpenDocument Presentation|`odp`|An open-source presentation file.|
68+
|OpenDocument Spreadsheet|`ods`|An open-source spreadsheet file.|
69+
|Rich Text Format|`rtf`|A text document containing formatting.|
70+
|Tab Separated Values/TAB|`tsv`/`tab`| A tab-delimited raw-data file used by spreadsheet programs.|
71+
|Text|`txt`| An unformatted text document.|
7272

7373
### Legacy file types
7474

75-
Source file types will be preserved during the document translation with the following **exceptions**:
75+
Source file types are preserved during the document translation with the following **exceptions**:
7676

7777
| Source file extension | Translated file extension|
7878
| --- | --- |
@@ -82,13 +82,13 @@ Source file types will be preserved during the document translation with the fol
8282

8383
## Supported glossary formats
8484

85-
The following glossary file types are supported by Document Translation:
85+
Document Translation supports the following glossary file types:
8686

8787
| File type| File extension|Description|
8888
|---|---|--|
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.|
9292

9393
## Next steps
9494

0 commit comments

Comments
 (0)