From 806f1ec0a364e3372b699a6f5a2c1dbfe4e1dbf7 Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Wed, 23 Mar 2022 12:15:35 +0100 Subject: [PATCH] Add API Scanning Setup section to scanners.rst * Add instructions for Doxie Q2 to scanners.rst --- docs/scanners.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/scanners.rst b/docs/scanners.rst index 11b57da94..82521488e 100644 --- a/docs/scanners.rst +++ b/docs/scanners.rst @@ -112,3 +112,23 @@ On Android, you can use these applications in combination with one of the :ref:` .. _hannahswain: https://github.com/hannahswain .. _benjaminfrank: https://github.com/benjaminfrank + +API Scanning Setup +================== + +This sections contains information on how to set up scanners to post directly to :ref:`Paperless API `. + +Doxie Q2 +-------- + +This part assumes your Doxie is connected to WiFi and you know it's IP. + +1. Open your Doxie web UI by navigating to its IP address +2. Navigate to Options -> Webhook +3. Set the *URL* to ``https://[your-paperless-ng-instance]/api/documents/post_document/`` +4. Set the *File Parameter Name* to ``document`` +5. Add the username and password to the respective fields (Consider creating a user just for your Doxie) +6. Click *Submit* at the bottom of the page + +Congrats, you can now scan directly from your Doxie to your Paperless-ng instance! +