add ocr text + search bar

This commit is contained in:
m
2026-07-12 20:19:46 +02:00
parent f5a9531bf7
commit abc95e2403
2 changed files with 106 additions and 37 deletions
+1
View File
@@ -77,6 +77,7 @@ func (h *FileHandler) List(c *gin.Context) {
Size: f.Size,
Tags: []string{},
CreatedAt: f.CreatedAt,
OcrText: f.OcrText,
UpdatedAt: f.UpdatedAt,
MimeType: f.MimeType,
}