This commit is contained in:
2026-02-02 10:42:08 +01:00
parent 64806b143b
commit 7d89418874
7 changed files with 213 additions and 185 deletions

View File

@@ -49,6 +49,9 @@ class Incoming(metaclass=PoolMeta):
wr.type = 'controller'
wr.state = 'draft'
WR.save([wr])
WR.run_ocr([wr])
WR.run_metadata([wr])
return wr
# @property