
Paperless is an application by Daniel Quinn and others that indexes your scanned documents and allows you to easily search for documents and store metadata alongside your documents.
paperless-ng
- paperless-ng-data:/usr/src/paperless/data
- paperless-ng-media:/usr/src/paperless/media
- paperless-ng-export:/usr/src/paperless/export
- paperless-ng-consume:/usr/src/paperless/consume
paperless-ng-redis
- paperless-ng-redis-data:/data
paperless-ng-db
- paperless-ng-db:/var/lib/postgresql/data
paperless-ng-gotenberg
paperless-ng-tika
Paperless-ng
Check out their docker page for the valid tags https://hub.docker.com/r/jonaswinkler/paperless-ng/tags
Postgres Version
Check out their Docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/
Redis version
Database Name
Database User
Database Password
Filename Format
Changes the filenames paperless uses to store documents in the media directory. See File name handling (https://paperless-ng.readthedocs.io/en/latest/advanced_usage.html#advanced-file-name-handling) for details. Default is none, which disables this feature.
Log Rotate Max Size (in bytes)
Maximum file size for log files before they are rotated, in bytes.
Log Rotate Max Backup Count
Number of rotated log files to keep.
Paperless Secret Key
Paperless uses this to make session tokens.
Admin User
Admin Password
Admin Email
OCR Language
Customize the language that paperless will attempt to use when parsing documents. It should be a 3-letter language code consistent with ISO 639 https://www.loc.gov/standards/iso639-2/php/code_list.php This can be a combination of multiple languages such as deu+eng, in which case tesseract will use whatever language matches best. Keep in mind that tesseract uses much more cpu time with multiple languages enabled.
OCR Mode
Tell paperless when and how to perform ocr on your documents. Four modes are available- skip, skip_noarchive, redo, force. Read more about this in the OCRmyPDF documentation (https://ocrmypdf.readthedocs.io/en/latest/advanced.html#when-ocr-is-skipped).
OCR Clean
Tells paperless to use unpaper to clean any input document before sending it to tesseract. This uses more resources, but generally results in better OCR results. Available mode- clean, clean-final, none
OCR Deskew
Tells paperless to correct skewing (slight rotation of input images mainly due to improper scanning).
OCR Rotate Pages
Tells paperless to correct page rotation (90°, 180° and 270° rotation). If you notice that paperless is not rotating incorrectly rotated pages (or vice versa), try adjusting the threshold up or down (see below).
OCR Rotate Pages Threshold
This is an arbitrary value reported by tesseract. “15” is a very conservative value, whereas “2” is a very aggressive option and will often result in correctly rotated pages being rotated as well.
OCR Output Type
Specify the the type of PDF documents that paperless should produce. Choices- pdf, pdfa, pdfa-1, pdfa-2, pdfa-3
OCR Pages Count
Tells paperless to use only the specified amount of pages for OCR. Documents with less than the specified amount of pages get OCR’ed completely. Specifying 1 here will only use the first page. Specifying 0 disables this feature a and always use all pages.
OCR Image DPI
Set this to the DPI your scanner produces images at. Default is none, which will automatically calculate image DPI so that the produced PDF documents are A4 sized.
OCR User Args
See https://ocrmypdf.readthedocs.io/en/latest/api.html#reference for valid parameters. Specify arguments as a JSON dictionary. Keep note of lower case booleans and double quoted parameter names and strings.
Timezone
Set the time zone here. See https://docs.djangoproject.com/en/3.1/ref/settings/#std:setting-TIME_ZONE for details on how to set it.
Consumer Polling (seconds)
Defaults to 0, which disables polling and uses filesystem notifications.
Consumer Delete Duplicates
When the consumer detects a duplicate document, it will not touch the original document.
Consumer Recursive
Enable recursive watching of the consumption directory. Paperless will then pickup files from files in subdirectories within your consumption directory as well.
Consumer Sub Directory as tags
Set the names of subdirectories as tags for consumed files. E.g. <CONSUMPTION_DIR>/foo/bar/file.pdf will add the tags “foo” and “bar” to the consumed file
Convert Memory Limit
For more information on how to use this value, you should search the web for “MAGICK_MEMORY_LIMIT”.
Convert Memory Limit
For more information on how to use this value, you should search the web for “MAGICK_TMPDIR”.
Optimize Thumbnails
This usually reduces the size of thumbnails by about 20%, but uses considerable compute time during consumption.
Pre Consume Script (path)
Executed after the consumer sees a new document in the consumption folder, but before any processing of the document is performed. For more information, take a look at Pre-consumption script (https://paperless-ng.readthedocs.io/en/latest/advanced_usage.html?highlight=PAPERLESS_PRE_CONSUME_SCRIPT#pre-consumption-script)
Post Consume Script (path)
Executed after the consumer has successfully processed a document and has moved it into paperless. For more information, take a look at Post-consumption script (https://paperless-ng.readthedocs.io/en/latest/advanced_usage.html#advanced-post-consume-script)
Filename Date Order
Defaults to none, which disables this feature. The date order can be set to any option as specified in https://dateparser.readthedocs.io/en/latest/settings.html#date-order.
Thumbnail Font Name
Paperless creates thumbnails for plain text files by rendering the content of the file on an image and uses a predefined font for that
Ignore Dates
You may specify dates in a multitude of formats supported by dateparser (see https://dateparser.readthedocs.io/en/latest/#popular-formats)
Webserver Workers
The number of worker processes the webserver should spawn.
Usermap UID
Set this to your actual user ID on the host system, which you can get by executing ```id -u```
Usermap GID
Set this to your actual user ID on the host system, which you can get by executing ```id -g```
OCR Languages to install
Additional OCR languages to install. By default, paperless comes with English, German, Italian, Spanish and French.