Finally, the remote ocr workflow (#13637)

* Ok! Backend stuff for the remote ocr workflow

* Frotnend workflow stuff

* And docs

* Fix dynamic action fields thing

* Actually, fix the action dropdown thing

* Fix this validation thing, and we have to check existing actions

* Fix migration
This commit is contained in:
shamoon
2026-08-24 14:43:05 -07:00
committed by GitHub
parent c93c996edf
commit b90ccf910f
12 changed files with 472 additions and 13 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"),