mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Update language handling in document processing to support dynamic output languages
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user