mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
fixes #218
This commit is contained in:
parent
17ded12375
commit
713985f259
2 changed files with 4 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ class RasterisedDocumentParser(DocumentParser):
|
|||
alpha="remove",
|
||||
strip=True,
|
||||
trim=False,
|
||||
auto_orient=True,
|
||||
input_file="{}[0]".format(document_path),
|
||||
output_file=out_path,
|
||||
logging_group=self.logging_group)
|
||||
|
|
@ -84,6 +85,7 @@ class RasterisedDocumentParser(DocumentParser):
|
|||
alpha="remove",
|
||||
strip=True,
|
||||
trim=False,
|
||||
auto_orient=True,
|
||||
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