remove npl

This commit is contained in:
m
2026-07-12 22:15:23 +02:00
parent 010cb2cb49
commit 3650b7ba9d
21 changed files with 8 additions and 478 deletions
-3
View File
@@ -18,7 +18,4 @@ func SetupRoutes(r *gin.Engine, h *Handler) {
api.POST("/ocr/jobs", h.OCR.CreateJob)
api.GET("/ocr/jobs/:id", h.OCR.GetJobStatus)
api.POST("/nlp/jobs", h.NLP.CreateJob)
api.GET("/nlp/jobs/:id", h.NLP.GetJobStatus)
}