Task 291: Add OCR data tab to transcription pages
完了 ← タスク一覧
Task 291: Add OCR data tab to transcription pages
Status: DONE
Description
Integrate OCR data (from Task 289's video-ocr.py output) into the transcription page UI as a new tab. The OCR data files (ep01-05_ocr.json) contain per-frame subtitle text and HUD text extracted via Tesseract.
Steps:
- Add
ocrDatafield to TranscriptionPageData - Load OCR JSON files in build.ts when building transcription pages
- Render OCR tab in templates.ts with frame-by-frame text display
- Add tests for the new functionality
- Build and verify