mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Support appropriate sorting for long documents
This commit is contained in:
parent
46f8f492f5
commit
6f95b05287
@ -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…
x
Reference in New Issue
Block a user