Merge branch 'fix/document-output-type' into 'develop'

Update output type option from '.word' to '.docx' in index.html

See merge request proj-wise2526-video2document/video2document!100
This commit is contained in:
Hughes, Mike
2026-01-18 19:44:41 +01:00
+1 -1
View File
@@ -125,7 +125,7 @@
<label id="labelType">Select type:</label>
<select name="output_type" id="output_type">
<option value="pdf">.pdf</option>
<option value="word">.word</option>
<option value="docx">.docx</option>
<option value="txt">.txt</option>
</select>
</div>