mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Support appropriate sorting for long documents
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user