feat(ocr): allow re-running OCR when transcription blocks already exist
Add a collapsible OCR trigger below the block list in edit mode. Uses a <details> element so it's unobtrusive — the primary workflow is editing existing blocks, but users can expand to re-run OCR with a confirmation dialog that warns about replacing existing blocks. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -515,6 +515,7 @@
|
||||
"ocr_confirm_title": "Vorhandene Transkription ersetzen?",
|
||||
"ocr_confirm_body": "Alle {count} vorhandenen Blöcke werden gelöscht und durch die OCR-Ergebnisse ersetzt. Diese Aktion kann nicht rückgängig gemacht werden.",
|
||||
"ocr_confirm_btn": "Ersetzen",
|
||||
"ocr_rerun_label": "OCR erneut ausführen…",
|
||||
"ocr_progress_heading": "OCR läuft",
|
||||
"ocr_progress_page": "Seite {current} von {total}",
|
||||
"ocr_error_heading": "OCR fehlgeschlagen",
|
||||
|
||||
Reference in New Issue
Block a user