mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Link to configuration values for Canon MFP
This commit is contained in:
parent
83a1a32a5e
commit
6950daca9a
@ -87,9 +87,8 @@ Physical scanners
|
|||||||
.. _eingemaischt: https://github.com/eingemaischt
|
.. _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.
|
.. [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
|
.. [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
|
||||||
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
|
:ref:`polling <configuration-polling>` configuration values for your scanner. The scanner timeout is 3 minutes, so ``180`` is a good starting point.
|
||||||
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.
|
|
||||||
|
|
||||||
Mobile phone software
|
Mobile phone software
|
||||||
=====================
|
=====================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user