mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Merge branch 'feature/ui-test' into 'develop'
Feature/ui test See merge request proj-wise2526-video2document/video2document!94
This commit is contained in:
@@ -308,6 +308,7 @@ function checkBoxes() {
|
||||
const outputType = document.getElementById("output_type");
|
||||
const transcriptionType = document.getElementById("transkript_type");
|
||||
const aiType = document.getElementById("ai_type");
|
||||
const docLanguage = document.getElementById("document_language_option");
|
||||
const sendingPackage = {
|
||||
"video": {
|
||||
"module": "extraction-video-to-audio",
|
||||
@@ -319,9 +320,11 @@ function checkBoxes() {
|
||||
"document": {
|
||||
"module": aiType.value,
|
||||
"type": typeCheckbox,
|
||||
"outputType": outputType.value
|
||||
"outputType": outputType.value,
|
||||
"outputLanguage": docLanguage.value
|
||||
}
|
||||
};
|
||||
console.log(docLanguage.value);
|
||||
window.submit.submit(sendingPackage)
|
||||
} else {
|
||||
alert('The given file is not compatible. These are the available types: [".mp4", ".mov", ".avi", ".mkv"].');
|
||||
|
||||
Reference in New Issue
Block a user