AI Solution

OCI Multiple Document Translation

Introduction

Artificial intelligence has revolutionized language translation, particularly through the development of large language models (LLMs). These models have significantly simplified and enhanced the process of translating languages compared to earlier methods.

This solution is designed to automate the translation of multiple documents stored in an Oracle Cloud Infrastructure (OCI) Object Storage bucket. For example, imagine a company collaborating on an open source project with contributors around the globe. With this solution, documentation and instructions can be translated into multiple languages, enabling developers worldwide to contribute seamlessly.

It’s especially valuable for companies managing global customer support, where documents, conversations, and reports must be quickly translated into various languages to serve an international audience.

Supported document types include HTML (e.g., for translating entire websites), JSON, CSV, TSV, TXT, DOCX, PPTX, XLSX, and many other formats.

Moreover, this solution preserves the original file structure in the target bucket, making it ideal for large-scale, bulk document translation tasks.

Demo

Demo: OCI Multiple Document Translation (1:49)

Prerequisites and setup

  1. Oracle Cloud account—sign-up page
  2. Python 3.8 or higher—download
  3. OCI SDK—documentation
  4. OCI Document Translation—documentation