Prompt-Aware Translation Modes
Genre selection routes each request into specialized translation prompts for biography, academic theology, fiction, or devotional material.
Provided by Abba Libreria Cristiana
A structured translation service for books and long-form documents, with glossary-aware processing, genre-sensitive prompting, and automated delivery.
Built for structured parsing, terminology control, and reliable output delivery across complex translation jobs.
Submit your source PDF, glossary, and parsing preferences. We will send the completed translation to your email after the workflow finishes processing.
Submission Confirmed
We will send the completed translation to your email address.
A production workflow that receives translation requests, processes them in structured stages, and delivers the final output automatically.
Core Capabilities
Genre selection routes each request into specialized translation prompts for biography, academic theology, fiction, or devotional material.
The workflow coordinates webhook intake, parsing, chunk creation, sub-workflow execution, reassembly, Drive upload, and email delivery.
Postgres-backed chunk records let the system skip already translated segments and continue work only where new processing is still required.
Input Requirements
Primary Source
PDF (single file)
Glossary Support
CSV or PDF
Metadata Params
documentTitle, genre, tier, email, textToRemove
Transport
multipart/form-data webhook
Backend Processing Pipeline
Expand each stage to see what happens after the request is received by the translation pipeline.
Webhook + Normalization
Receives multipart data, normalizes the payload, initializes chunk storage, and returns an immediate success response with execution id.
Upload + Polling
Uploads the source PDF to LlamaIndex, monitors parsing status, and retrieves structured markdown output once processing completes.
Chunk Builder + Postgres
Builds translation-ready content chunks and compares them against existing Postgres records so completed work can be skipped safely.
Sub-workflow Dispatch
Prepares context-rich chunk payloads, executes the translation sub-workflow in batches, and pauses between cycles before resuming.
Draft + Export
Fetches translated chunks, rebuilds the draft in order, converts markdown to HTML, and generates the final binary output file.
Drive + Gmail
Uploads the completed file to Google Drive and sends the result link to the requester by email.