]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Link to configuration values for Canon MFP 984/head
authorQuinn Casey <quinn@quinncasey.com>
Wed, 18 May 2022 21:03:43 +0000 (14:03 -0700)
committerQuinn Casey <quinn@quinncasey.com>
Wed, 18 May 2022 21:03:43 +0000 (14:03 -0700)
docs/scanners.rst

index 72ef424fc19025bb703d50998d6cd05100756aa8..e8685fadc6ca95b38da2fc4fdd03158049d0ad70 100644 (file)
@@ -87,9 +87,8 @@ Physical scanners
 .. _eingemaischt: https://github.com/eingemaischt
 
 .. [1] Scanners with API Integration allow to push scanned documents directly to :ref:`Paperless API <api-file_uploads>`, sometimes referred to as Webhook or Document POST.
-.. [2] Canon Multi Function Printers show strange behavior over SMB. They close and reopen the file after every page. So it is necessary to not directly scan to the consume
-       folder but to a tmp folder. Adding ``/usr/bin/find [tmp-folder] -mmin +3 -type f -exec sh -c 'mv "{}" [consume-folder]$(uuidgen)-"$(basename "{}")"' \;`` to a crontab looks
-       every minute for files that not have been written to for more than 3 minutes (scanner timeout) - and then moves them to the consume folder.
+.. [2] Canon Multi Function Printers show strange behavior over SMB. They close and reopen the file after every page. It's recommended to tune the
+       :ref:`polling <configuration-polling>` configuration values for your scanner. The scanner timeout is 3 minutes, so ``180`` is a good starting point.
 
 Mobile phone software
 =====================