mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-09-04 00:45:02 +00:00
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:
@@ -7,6 +7,7 @@ export enum WorkflowActionType {
|
||||
Webhook = 4,
|
||||
PasswordRemoval = 5,
|
||||
MoveToTrash = 6,
|
||||
RemoteOcr = 7,
|
||||
}
|
||||
|
||||
export interface WorkflowActionEmail extends ObjectWithId {
|
||||
|
||||
Reference in New Issue
Block a user