-- Migration 004: Add word_result column for OCR Pipeline Step 5 -- Stores the word recognition grid result (entries with english/german/example + bboxes) ALTER TABLE ocr_pipeline_sessions ADD COLUMN IF NOT EXISTS word_result JSONB;