Automate Translation of Google Slides from Chinese to English Using AI - n8n Workflow | Neura Market
Automate Translation of Google Slides from Chinese to English Using AI
This workflow automates the translation of Google Slides presentations from Chinese to English using AI. It retrieves presentations from Google Drive, extracts text, translates it, and updates the slides with the translated content.
This n8n workflow streamlines the process of translating Google Slides presentations from Chinese to English. It begins by searching for the specified presentation in Google Drive, then extracts text from the slides. The text is processed in batches and translated using an AI model via OpenRouter. Finally, the translated text is inserted back into the presentation. The workflow includes setup instructions and customization options, such as changing the language pair or AI model, to fit various n
Platform
n8n
Category
AI
Price
Free
Creator
Alex Petrov
code
wait
splitOut
stickyNote
googleDrive
googleSlides
manualTrigger
splitInBatches
agent
googleSlidesTool
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.