build ocr

This commit is contained in:
2026-03-28 01:59:13 -05:00
parent e1145b9448
commit 0e03cec842
14 changed files with 379 additions and 22 deletions

View File

@@ -10,6 +10,7 @@ export interface Meme {
height: number;
parent_id: string | null;
collection_id: number | null;
ocr_text: string | null;
created_at: string;
tags: string[];
}