V3 version with backward comp

This commit is contained in:
m
2026-07-28 18:12:56 +02:00
parent 7713835739
commit bd6e7c38f9
48 changed files with 3685 additions and 1344 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ import (
)
type OCRHandler struct {
ocr *service.OCRService
files *service.FileService
ocr *service.OCRService
resources *service.ResourceService
}
func (h *OCRHandler) CreateJob(c *gin.Context) {