⚠ ネタバレ注意: 本サイトはSFアニメ「SOLAR LINE」の内容を詳細に分析しています。未視聴の方はご注意ください。
📝 AI生成コンテンツ: 本考証の大部分は AI(Claude Code 等)によって生成されています。内容の正確性については原作および引用元をご確認ください。

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:

  1. Add ocrData field to TranscriptionPageData
  2. Load OCR JSON files in build.ts when building transcription pages
  3. Render OCR tab in templates.ts with frame-by-frame text display
  4. Add tests for the new functionality
  5. Build and verify