From d3191490d9b308df7654017e00c77d9c2018d7e4 Mon Sep 17 00:00:00 2001 From: Philipp Date: Wed, 18 May 2022 20:54:23 +0200 Subject: [PATCH] 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 =====================