Initial commit: Document Translation API with Excel, Word, PowerPoint support

This commit is contained in:
2025-11-30 10:48:58 +01:00
commit 793d94c93e
41 changed files with 3617 additions and 0 deletions

8
.env.example Normal file
View File

@@ -0,0 +1,8 @@
# Translation Service Configuration
TRANSLATION_SERVICE=google # Options: google, deepl, libre
DEEPL_API_KEY=your_deepl_api_key_here
# API Configuration
MAX_FILE_SIZE_MB=50
UPLOAD_DIR=./uploads
OUTPUT_DIR=./outputs