mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
disabled thumbnail trimming.
This commit is contained in:
parent
eb5bdc48aa
commit
991a46c4f0
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ class RasterisedDocumentParser(DocumentParser):
|
|||
scale="500x5000>",
|
||||
alpha="remove",
|
||||
strip=True,
|
||||
trim=True,
|
||||
trim=False,
|
||||
input_file="{}[0]".format(document_path),
|
||||
output_file=out_path,
|
||||
logging_group=self.logging_group)
|
||||
|
|
@ -55,7 +55,7 @@ class RasterisedDocumentParser(DocumentParser):
|
|||
scale="500x5000>",
|
||||
alpha="remove",
|
||||
strip=True,
|
||||
trim=True,
|
||||
trim=False,
|
||||
input_file=gs_out_path,
|
||||
output_file=out_path,
|
||||
logging_group=self.logging_group)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue