diff --git a/Changelog.md b/Changelog.md index ded01a5b..29025bf7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -589,7 +589,7 @@ Please open an issue if want more languages to be included. - The result summary is now also used to update the tag counts in the search menu according to the current results. - Feature: password reset (#376, - [docs](https://docspell.org/docs/tools/reset-password/)) + [docs](https://docspell.org/docs/tools/cli/#admin-commands)) - Adds a new route for admins to reset the password of a user - Admin users are those with access to the config file, the endpoint requires to supply a secret from the config file. @@ -1106,9 +1106,8 @@ improvements for processing files. [OCRMyPdf](https://github.com/jbarlow83/OCRmyPDF) tool that can be used in docspell since the last release. This task converts all your existing PDFs into a PDF/A type pdf including the OCR-ed text layer. - There is no UI to trigger this task, but a - [script](https://docspell.org/docs/tools/convert-all-pdf/) is - provided to help with it. (#206) + There is no UI to trigger this task, but a script is provided to + help with it. (#206) - There is now an [Android Client App](https://github.com/docspell/android-client) to conveniently upload files from your android devices diff --git a/website/site/content/docs/feed/_index.md b/website/site/content/docs/feed/_index.md index 7cc847e9..d0fc099a 100644 --- a/website/site/content/docs/feed/_index.md +++ b/website/site/content/docs/feed/_index.md @@ -36,11 +36,12 @@ use with the following options. If you have a (document) scanner (or think about getting one), it can usually be configured to place scanned documents as image or PDF files -on your NAS. On your NAS, run the provided `consumedir.sh` script as a -service (there is a docker container to get started) that watches this -directory and uploads all incoming files to Docspell. The script can -watch directories recursively and can skip files already uploaded, so -you can organize the files as you want in there (rename, move etc). +on your NAS. On your NAS, run `dsc watch` as a service (there is a +docker container to get started) that watches this directory and +uploads all incoming files to Docspell. The [dsc +tool](@/docs/tools/cli.md) can watch directories recursively and can +skip files already uploaded, so you can organize the files as you want +in there (rename, move etc). This can be used multiple times on different machines, if desired. @@ -53,7 +54,7 @@ your scanner is connected to your computer. This can create nice pdf files from scanners with ADF, applying corrections and sending them to docspell. -{{ buttonright(classes="is-primary ", href="/docs/tools/consumedir", text="More") }} +{{ buttonright(classes="is-primary ", href="/docs/tools/cli", text="More") }} # Android