This commit is contained in:
jonaswinkler 2020-12-03 19:56:33 +01:00
parent 6d3e5b0a1b
commit 62cc4a7a54

View File

@ -553,12 +553,10 @@ configuring some options in paperless can help improve performance immensely:
sluggish response times during consumption, so you might want to lower these sluggish response times during consumption, so you might want to lower these
settings (example: 2 workers and 1 thread to always have some computing power settings (example: 2 workers and 1 thread to always have some computing power
left for other tasks). left for other tasks).
* Keep ``PAPERLESS_OCR_ALWAYS`` at its default value 'false' and consider OCR'ing * Keep ``PAPERLESS_OCR_MODE`` at its default value ``skip`` and consider OCR'ing
your documents before feeding them into paperless. Some scanners are able to your documents before feeding them into paperless. Some scanners are able to
do this! do this! You might want to even specify ``skip_noarchive`` to skip archive
* Lower ``PAPERLESS_CONVERT_DENSITY`` from its default value 300 to 200. This file generation for already ocr'ed documents entirely.
will still result in rather accurate OCR, but will decrease consumption time
by quite a bit.
* Set ``PAPERLESS_OPTIMIZE_THUMBNAILS`` to 'false' if you want faster consumption * Set ``PAPERLESS_OPTIMIZE_THUMBNAILS`` to 'false' if you want faster consumption
times. Thumbnails will be about 20% larger. times. Thumbnails will be about 20% larger.