Skip to content

aspose-pdf-cloud/aspose-pdf-translation-for-gdrive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Aspose.PDF Translation

Aspose.PDF Translation is a free application for G Suite Marketplace that allows users to translate PDF document from English to other languages. Powered by Aspose.PDF Cloud and GroupDocs.Translation Cloud. (NOTE: This project contains only backend functionality. Frontend is located here.)

Project description

The backend is a simple REST service that accepts binary form of PDF document as HTTP request body, then communicates with Aspose.PDF Cloud to extract text from the PDF and with GroupDocs.Translation Cloud to translate the extracted text.

Frontend part of Aspose.PDF Translation provides user interface for PDF document loading and displaying the translated content.

Setup

The backend requires App SID and App Key to communicate with Aspose Cloud and another ones to communicate with GroupDocs Cloud. These values must be passed with the help of the following environment variables: ASPOSE_SID, ASPOSE_KEY and GROUPDOCS_SID, GROUPDOCS_KEY.

Usage

The endpoint that the backend is listening must be used in the frontend source to be called from.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published