mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 23:05:42 +01:00
Support appropriate sorting for long documents
This commit is contained in:
parent
46f8f492f5
commit
6f95b05287
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ class Consumer(object):
|
|||
Log.COMPONENT_CONSUMER
|
||||
)
|
||||
|
||||
png = os.path.join(tempdir, "convert.png")
|
||||
png = os.path.join(tempdir, "convert-%04d.jpg")
|
||||
|
||||
subprocess.Popen((
|
||||
self.CONVERT, "-density", "300", "-depth", "8",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue