Ok! Backend stuff for the remote ocr workflow

This commit is contained in:
shamoon
2026-08-19 10:25:41 -07:00
committed by GitHub
parent 91dec88849
commit a32fdfb72c
7 changed files with 230 additions and 0 deletions
+4
View File
@@ -1670,6 +1670,10 @@ class WorkflowAction(models.Model):
6,
_("Move to trash"),
)
REMOTE_OCR = (
7,
_("Remote OCR"),
)
type = models.PositiveSmallIntegerField(
_("Workflow Action Type"),