From 8e4a8a96336baae1ccdf3ca43ee69b5af14f6040 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 47c9ef36acf858b90b1b76bb671337f8e59f33a5 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 776c8afdba2b56eeae4fde3fa8f892932d421754 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 3033671227773134d0c26a17169a42f75595dab7 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!