Update language handling in document processing to support dynamic output languages

This commit is contained in:
MikeHughes-BIN
2026-01-15 17:31:53 +01:00
parent 4ac59e7597
commit ea0ff25d1a
4 changed files with 27 additions and 1 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ electron.ipcMain.on("file_submit", async (event, args) => {
.function(args.document.module, {
inputTranscriptPath: transcriptpath,
documentTypePath: "./storage/documentType/" + templateFile,
language: "en",
language: args.document.outputLanguage
})
.then((resp) => {
console.log(resp);