From d3191490d9b308df7654017e00c77d9c2018d7e4 Mon Sep 17 00:00:00 2001 From: Philipp Date: Wed, 18 May 2022 20:54:23 +0200 Subject: [PATCH 1/3] Added Maxify MB5350 Documentation --- docs/scanners.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/scanners.rst b/docs/scanners.rst index 2a9a20451..8fbdbf0a7 100644 --- a/docs/scanners.rst +++ b/docs/scanners.rst @@ -40,6 +40,8 @@ Physical scanners +---------+----------------+-----+------+-----+-----+------+----------+----------------+ | Brother | `MFC-9142CDN`_ | yes | | | yes | | |`REOLDEV`_ | +---------+----------------+-----+------+-----+-----+------+----------+----------------+ +| Canon | `Maxify MB 5350`_| | | | yes [2]_ | yes | |`eingemaischt`_ | ++---------+----------------+-----+------+-----+-----+------+----------+----------------+ | Fujitsu | `ix500`_ | yes | | | yes | | |`eonist`_ | +---------+----------------+-----+------+-----+-----+------+----------+----------------+ | Epson | `ES-580W`_ | yes | | | yes | yes | |`fignew`_ | @@ -58,6 +60,7 @@ Physical scanners .. _ADS-1500W: https://www.brother.ca/en/p/ads1500w .. _ADS-1100W: https://support.brother.com/g/b/downloadtop.aspx?c=fr&lang=fr&prod=ads1100w_eu_as_cn .. _ADS-2800W: https://www.brother-usa.com/products/ads2800w +.. _Maxify MB 5350: https://www.canon.de/printers/inkjet/maxify/maxify_mb5350/specification.html .. _MFC-J6930DW: https://www.brother.ca/en/p/MFCJ6930DW .. _MFC-J5910DW: https://www.brother.co.uk/printers/inkjet-printers/mfcj5910dw .. _MFC-8950DW: https://www.brother-usa.com/products/mfc8950dw @@ -81,8 +84,12 @@ Physical scanners .. _Unkn0wnCat: https://github.com/Unkn0wnCat .. _muued: https://github.com/muued .. _philpagel: https://github.com/philpagel +.. _eingemaischt: https://github.com/eingemaischt .. [1] Scanners with API Integration allow to push scanned documents directly to :ref:`Paperless API `, sometimes referred to as Webhook or Document POST. +.. [2] Canon Multi Function Printers show strange behaviour over SMB. They close and reopen the file after every page. So it is neccessary 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. Mobile phone software ===================== From 83a1a32a5e5716f85ff02ed522a0ff1760029b0a Mon Sep 17 00:00:00 2001 From: Quinn Casey Date: Wed, 18 May 2022 13:53:03 -0700 Subject: [PATCH 2/3] Fix formatting, typo --- docs/scanners.rst | 84 +++++++++++++++++++++++------------------------ 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/docs/scanners.rst b/docs/scanners.rst index 8fbdbf0a7..72ef424fc 100644 --- a/docs/scanners.rst +++ b/docs/scanners.rst @@ -13,45 +13,45 @@ that works right for you based on recommendations from other Paperless users. Physical scanners ================= -+---------+----------------+-----+------+-----+-----+------+----------+----------------+ -| Brand | Model | Supports | Recommended By | -+---------+----------------+-----+------+-----+-----+------+----------+----------------+ -| | | FTP | SFTP | NFS | SMB | SMTP | API [1]_ | | -+=========+================+=====+======+=====+=====+======+==========+================+ -| Brother | `ADS-1700W`_ | yes | | | yes | yes | |`holzhannes`_ | -+---------+----------------+-----+------+-----+-----+------+----------+----------------+ -| Brother | `ADS-1600W`_ | yes | | | yes | yes | |`holzhannes`_ | -+---------+----------------+-----+------+-----+-----+------+----------+----------------+ -| Brother | `ADS-1500W`_ | yes | | | yes | yes | |`danielquinn`_ | -+---------+----------------+-----+------+-----+-----+------+----------+----------------+ -| Brother | `ADS-1100W`_ | yes | | | | | |`ytzelf`_ | -+---------+----------------+-----+------+-----+-----+------+----------+----------------+ -| Brother | `ADS-2800W`_ | yes | yes | | yes | yes | |`philpagel`_ | -+---------+----------------+-----+------+-----+-----+------+----------+----------------+ -| Brother | `MFC-J6930DW`_ | yes | | | | | |`ayounggun`_ | -+---------+----------------+-----+------+-----+-----+------+----------+----------------+ -| Brother | `MFC-L5850DW`_ | yes | | | | yes | |`holzhannes`_ | -+---------+----------------+-----+------+-----+-----+------+----------+----------------+ -| Brother | `MFC-L2750DW`_ | yes | | | yes | yes | |`muued`_ | -+---------+----------------+-----+------+-----+-----+------+----------+----------------+ -| Brother | `MFC-J5910DW`_ | yes | | | | | |`bmsleight`_ | -+---------+----------------+-----+------+-----+-----+------+----------+----------------+ -| Brother | `MFC-8950DW`_ | yes | | | yes | yes | |`philpagel`_ | -+---------+----------------+-----+------+-----+-----+------+----------+----------------+ -| Brother | `MFC-9142CDN`_ | yes | | | yes | | |`REOLDEV`_ | -+---------+----------------+-----+------+-----+-----+------+----------+----------------+ -| Canon | `Maxify MB 5350`_| | | | yes [2]_ | yes | |`eingemaischt`_ | -+---------+----------------+-----+------+-----+-----+------+----------+----------------+ -| Fujitsu | `ix500`_ | yes | | | yes | | |`eonist`_ | -+---------+----------------+-----+------+-----+-----+------+----------+----------------+ -| Epson | `ES-580W`_ | yes | | | yes | yes | |`fignew`_ | -+---------+----------------+-----+------+-----+-----+------+----------+----------------+ -| Epson | `WF-7710DWF`_ | yes | | | yes | | |`Skylinar`_ | -+---------+----------------+-----+------+-----+-----+------+----------+----------------+ -| Fujitsu | `S1300i`_ | yes | | | yes | | |`jonaswinkler`_ | -+---------+----------------+-----+------+-----+-----+------+----------+----------------+ -| Doxie | `Q2`_ | | | | | | yes |`Unkn0wnCat`_ | -+---------+----------------+-----+------+-----+-----+------+----------+----------------+ ++---------+-------------------+-----+------+-----+----------+------+----------+----------------+ +| Brand | Model | Supports | Recommended By | ++---------+-------------------+-----+------+-----+----------+------+----------+----------------+ +| | | FTP | SFTP | NFS | SMB | SMTP | API [1]_ | | ++=========+===================+=====+======+=====+==========+======+==========+================+ +| Brother | `ADS-1700W`_ | yes | | | yes | yes | |`holzhannes`_ | ++---------+-------------------+-----+------+-----+----------+------+----------+----------------+ +| Brother | `ADS-1600W`_ | yes | | | yes | yes | |`holzhannes`_ | ++---------+-------------------+-----+------+-----+----------+------+----------+----------------+ +| Brother | `ADS-1500W`_ | yes | | | yes | yes | |`danielquinn`_ | ++---------+-------------------+-----+------+-----+----------+------+----------+----------------+ +| Brother | `ADS-1100W`_ | yes | | | | | |`ytzelf`_ | ++---------+-------------------+-----+------+-----+----------+------+----------+----------------+ +| Brother | `ADS-2800W`_ | yes | yes | | yes | yes | |`philpagel`_ | ++---------+-------------------+-----+------+-----+----------+------+----------+----------------+ +| Brother | `MFC-J6930DW`_ | yes | | | | | |`ayounggun`_ | ++---------+-------------------+-----+------+-----+----------+------+----------+----------------+ +| Brother | `MFC-L5850DW`_ | yes | | | | yes | |`holzhannes`_ | ++---------+-------------------+-----+------+-----+----------+------+----------+----------------+ +| Brother | `MFC-L2750DW`_ | yes | | | yes | yes | |`muued`_ | ++---------+-------------------+-----+------+-----+----------+------+----------+----------------+ +| Brother | `MFC-J5910DW`_ | yes | | | | | |`bmsleight`_ | ++---------+-------------------+-----+------+-----+----------+------+----------+----------------+ +| Brother | `MFC-8950DW`_ | yes | | | yes | yes | |`philpagel`_ | ++---------+-------------------+-----+------+-----+----------+------+----------+----------------+ +| Brother | `MFC-9142CDN`_ | yes | | | yes | | |`REOLDEV`_ | ++---------+-------------------+-----+------+-----+----------+------+----------+----------------+ +| Canon | `Maxify MB 5350`_ | | | | yes [2]_ | yes | |`eingemaischt`_ | ++---------+-------------------+-----+------+-----+----------+------+----------+----------------+ +| Fujitsu | `ix500`_ | yes | | | yes | | |`eonist`_ | ++---------+-------------------+-----+------+-----+----------+------+----------+----------------+ +| Epson | `ES-580W`_ | yes | | | yes | yes | |`fignew`_ | ++---------+-------------------+-----+------+-----+----------+------+----------+----------------+ +| Epson | `WF-7710DWF`_ | yes | | | yes | | |`Skylinar`_ | ++---------+-------------------+-----+------+-----+----------+------+----------+----------------+ +| Fujitsu | `S1300i`_ | yes | | | yes | | |`jonaswinkler`_ | ++---------+-------------------+-----+------+-----+----------+------+----------+----------------+ +| Doxie | `Q2`_ | | | | | | yes |`Unkn0wnCat`_ | ++---------+-------------------+-----+------+-----+----------+------+----------+----------------+ .. _MFC-L5850DW: https://www.brother-usa.com/products/mfcl5850dw .. _MFC-L2750DW: https://www.brother.de/drucker/laserdrucker/mfc-l2750dw @@ -87,9 +87,9 @@ Physical scanners .. _eingemaischt: https://github.com/eingemaischt .. [1] Scanners with API Integration allow to push scanned documents directly to :ref:`Paperless API `, sometimes referred to as Webhook or Document POST. -.. [2] Canon Multi Function Printers show strange behaviour over SMB. They close and reopen the file after every page. So it is neccessary 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. 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. Mobile phone software ===================== From 6950daca9ab3cd6cbf05d4b60158baa5d3375348 Mon Sep 17 00:00:00 2001 From: Quinn Casey Date: Wed, 18 May 2022 14:03:43 -0700 Subject: [PATCH 3/3] Link to configuration values for Canon MFP --- docs/scanners.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/scanners.rst b/docs/scanners.rst index 72ef424fc..e8685fadc 100644 --- a/docs/scanners.rst +++ b/docs/scanners.rst @@ -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 `, 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 values for your scanner. The scanner timeout is 3 minutes, so ``180`` is a good starting point. Mobile phone software =====================