From 806f1ec0a364e3372b699a6f5a2c1dbfe4e1dbf7 Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Wed, 23 Mar 2022 12:15:35 +0100 Subject: [PATCH 1/4] 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! + From 42a570920256465c0e25609cada072e14cdacc44 Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Wed, 23 Mar 2022 14:06:41 +0100 Subject: [PATCH 2/4] Fix typo in docs/scanners.rst Co-authored-by: Quinn Casey --- docs/scanners.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scanners.rst b/docs/scanners.rst index 82521488e..4b6721253 100644 --- a/docs/scanners.rst +++ b/docs/scanners.rst @@ -121,7 +121,7 @@ This sections contains information on how to set up scanners to post directly to Doxie Q2 -------- -This part assumes your Doxie is connected to WiFi and you know it's IP. +This part assumes your Doxie is connected to WiFi and you know its IP. 1. Open your Doxie web UI by navigating to its IP address 2. Navigate to Options -> Webhook From c79b70fffd59ae75a08c8715e5965a13e73ded21 Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Wed, 23 Mar 2022 14:06:53 +0100 Subject: [PATCH 3/4] Fix typo in docs/scanners.rst Co-authored-by: Quinn Casey --- docs/scanners.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scanners.rst b/docs/scanners.rst index 4b6721253..d7d203425 100644 --- a/docs/scanners.rst +++ b/docs/scanners.rst @@ -125,7 +125,7 @@ This part assumes your Doxie is connected to WiFi and you know its 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/`` +3. Set the *URL* to ``https://[your-paperless-ngx-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 From feed7cd5568ee846ea89a6922cee1b48a3a2baa3 Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Wed, 23 Mar 2022 14:07:10 +0100 Subject: [PATCH 4/4] Fix typo in docs/scanners.rst Co-authored-by: Quinn Casey --- docs/scanners.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scanners.rst b/docs/scanners.rst index d7d203425..51611c9ac 100644 --- a/docs/scanners.rst +++ b/docs/scanners.rst @@ -130,5 +130,5 @@ This part assumes your Doxie is connected to WiFi and you know its IP. 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! +Congrats, you can now scan directly from your Doxie to your Paperless-ngx instance!