mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-06 15:15:58 +00:00
Merge branch 'current-docs'
This commit is contained in:
commit
ff6f44c353
@ -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 result summary is now also used to update the tag counts in
|
||||||
the search menu according to the current results.
|
the search menu according to the current results.
|
||||||
- Feature: password reset (#376,
|
- 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
|
- 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
|
- Admin users are those with access to the config file, the endpoint
|
||||||
requires to supply a secret from the config file.
|
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
|
[OCRMyPdf](https://github.com/jbarlow83/OCRmyPDF) tool that can be
|
||||||
used in docspell since the last release. This task converts all your
|
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.
|
existing PDFs into a PDF/A type pdf including the OCR-ed text layer.
|
||||||
There is no UI to trigger this task, but a
|
There is no UI to trigger this task, but a script is provided to
|
||||||
[script](https://docspell.org/docs/tools/convert-all-pdf/) is
|
help with it. (#206)
|
||||||
provided to help with it. (#206)
|
|
||||||
- There is now an [Android Client
|
- There is now an [Android Client
|
||||||
App](https://github.com/docspell/android-client) to conveniently
|
App](https://github.com/docspell/android-client) to conveniently
|
||||||
upload files from your android devices
|
upload files from your android devices
|
||||||
|
@ -36,11 +36,12 @@ use with the following options.
|
|||||||
|
|
||||||
If you have a (document) scanner (or think about getting one), it can
|
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
|
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
|
on your NAS. On your NAS, run `dsc watch` as a service (there is a
|
||||||
service (there is a docker container to get started) that watches this
|
docker container to get started) that watches this directory and
|
||||||
directory and uploads all incoming files to Docspell. The script can
|
uploads all incoming files to Docspell. The [dsc
|
||||||
watch directories recursively and can skip files already uploaded, so
|
tool](@/docs/tools/cli.md) can watch directories recursively and can
|
||||||
you can organize the files as you want in there (rename, move etc).
|
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.
|
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
|
files from scanners with ADF, applying corrections and sending them to
|
||||||
docspell.
|
docspell.
|
||||||
|
|
||||||
{{ buttonright(classes="is-primary ", href="/docs/tools/consumedir", text="More") }}
|
{{ buttonright(classes="is-primary ", href="/docs/tools/cli", text="More") }}
|
||||||
|
|
||||||
|
|
||||||
# Android
|
# Android
|
||||||
|
Loading…
x
Reference in New Issue
Block a user