Skip to content

Commit

Permalink
Update file-translation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bittlingmayer authored Apr 24, 2024
1 parent 7427cc8 commit c8184d0
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions features/file-translation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,20 @@ description: Machine translation API support for translating entire files

A growing number of machine translation APIs support translating various file types directly.

## File Types
## File types

File translation can involve various file types:
There is support for plain text files as well as the most common document formats.
- text and Markdown files
- HTML and XML files
- JSON and YAML files
- Microsoft Word and PowerPoint files
- PDF files

- Text
- Markdown
- HTML
- XML
- JSON
- Microsoft Office
- Image

The translation process can be manual, involving the writing of specific translation programs for each file pair, or automated using generalised translation algorithms and machine learning techniques.
Image files and audio files are typically not supported.

{% assign apis = site.data.apis | where_exp: 'api', 'api.file_translation == true' %}

### API Support
### API support
<details>
<summary>{{apis.size}} machine translation APIs support file translation.</summary>

Expand Down

0 comments on commit c8184d0

Please sign in to comment.