mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 09:37:04 +01:00
Fix: pass working file to workflows, pickle file bytes (#8741)
This commit is contained in:
parent
e1d6b4a9ac
commit
d61b2bbfc6
2 changed files with 33 additions and 7 deletions
|
|
@ -557,6 +557,9 @@ class ConsumerPlugin(
|
|||
document=document,
|
||||
logging_group=self.logging_group,
|
||||
classifier=classifier,
|
||||
original_file=self.unmodified_original
|
||||
if self.unmodified_original
|
||||
else self.working_copy,
|
||||
)
|
||||
|
||||
# After everything is in the database, copy the files into
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue