mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
version 2 of trying to get the module names
This commit is contained in:
@@ -43,7 +43,7 @@ function checkBoxes() {
|
||||
const aiType = document.getElementById("ai_type");
|
||||
const sendingPackage = {
|
||||
"video": {
|
||||
"module":"extraction-video-toaudio",
|
||||
"module":"extraction-video-to-audio",
|
||||
"inputVideoPath": pathTest,
|
||||
"outputType": outputType.value
|
||||
},
|
||||
@@ -52,7 +52,7 @@ function checkBoxes() {
|
||||
},
|
||||
"document": {
|
||||
"module":aiType.value,
|
||||
"style": selectedStyles
|
||||
"styles": selectedStyles
|
||||
}
|
||||
};
|
||||
ipcRenderer.send("file_submit", sendingPackage)
|
||||
|
||||
Reference in New Issue
Block a user