Query
CREATE TABLE ocr_text (
frame_id INT,
text TEXT,
text_json TEXT,
app_name TEXT,
ocr_engine TEXT,
window_name TEXT,
focused NUM,
text_length INT,
sync_id TEXT,
synced_at NUM
)
CREATE TABLE ocr_text (
frame_id INT,
text TEXT,
text_json TEXT,
app_name TEXT,
ocr_engine TEXT,
window_name TEXT,
focused NUM,
text_length INT,
sync_id TEXT,
synced_at NUM
)