mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 10:07:15 +01:00
Chore: Updates dependency groups (#10339)
This commit is contained in:
parent
bc019fab96
commit
3d2a3ede71
21 changed files with 157 additions and 153 deletions
|
|
@ -304,7 +304,7 @@ class BarcodePlugin(ConsumeTaskPlugin):
|
|||
)
|
||||
x, y = page.size
|
||||
page = page.resize(
|
||||
(int(round(x * factor)), (int(round(y * factor)))),
|
||||
(round(x * factor), (round(y * factor))),
|
||||
)
|
||||
|
||||
# Detect barcodes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue