jonaswinkler / paperless-ng

A supercharged version of paperless: scan, index and archive all your physical documents
https://paperless-ng.readthedocs.io/en/latest/
GNU General Public License v3.0
5.37k stars 355 forks source link

Where is the difference or advantages/disadvantages to the Tika Docker-Compose? #339

Closed unknownFalleN closed 3 years ago

unknownFalleN commented 3 years ago

First of all, thanks for the cool project. Is there a list where the different Docker variants are explained. Where is the difference or advantages/disadvantages to the Tika version? Postgres and Sqlite are clear to me.

jonaswinkler commented 3 years ago

I'll add some comments to the compose files.

The Tika compose file adds support for Office documents to paperless (Word, Excel, Power Point, and their LibreOffice counterparts). This compose file adds the necessary configuration options as described here: https://paperless-ng.readthedocs.io/en/latest/configuration.html#tika-settings

However, these services increase the resource usage of paperless by quite a bit, and therefore they are optional.