Add DOCX upload to populate Final Script from a document

Uses mammoth to extract raw text from an uploaded .docx file.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
nmemmert
2026-06-11 08:59:31 -04:00
parent e59bc25ed0
commit 3e84ea37be
3 changed files with 145 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@
"docx": "^9.7.0",
"dompurify": "^3.4.9",
"express": "^4.19.2",
"mammoth": "^1.12.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},