Trouble shooting PDF transcriptions

This commit is contained in:
Jim Lancaster
2026-07-29 18:58:52 -05:00
parent a3b3bab571
commit a975ca299a
6 changed files with 133 additions and 5 deletions
+6
View File
@@ -34,6 +34,12 @@ Optional settings (defaults shown):
DATABASE_URL=sqlite:///./transcription.db
UPLOAD_DIR=./uploads
PROMPT_DIR=./prompts
WORKER_MAX_RETRIES=0
WORKER_RETRY_BACKOFF_SECONDS=0
WORKER_PROVIDER_TIMEOUT_SECONDS=20
WORKER_MIN_TRANSCRIPTION_CHARS=0
WORKER_MIN_TRANSCRIPTION_LINES=0
WORKER_FAIL_ON_FINISH_REASON_LENGTH=false
```
### 3) Run the app