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.38k stars 352 forks source link

Proper way to use retagger in scheduled tasks? #1517

Open SimplyCorbett opened 2 years ago

SimplyCorbett commented 2 years ago

With paperless now including a scheduled tasks option how would one go about using the retagger in it?

If that's not possible how would one use the retagger in docker?

Thank you!

KaiBoos commented 2 years ago

Hi,

the document_retagger is described here:

https://paperless-ng.readthedocs.io/en/latest/administration.html

First get your container ID with "docker container ls" Then go in your docker container with "docker exec -it bash" Finally you can start the retagger with f.e. "document_retagger -T"

Kai