ocr worker

This commit is contained in:
m
2026-07-12 14:35:30 +02:00
parent 911592758a
commit 67096c9482
6 changed files with 73 additions and 13 deletions
+1
View File
@@ -15,4 +15,5 @@ type File struct {
type UploadResult struct {
ID string `json:"id"`
Name string `json:"name"`
Path string `json:"path"`
}