mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Some documentation corrections
This commit is contained in:
@ -12,6 +12,7 @@ services:
|
|||||||
# - DOCSPELL_SERVER_ADMIN__ENDPOINT_SECRET
|
# - DOCSPELL_SERVER_ADMIN__ENDPOINT_SECRET
|
||||||
# - DOCSPELL_SERVER_AUTH_SERVER__SECRET
|
# - DOCSPELL_SERVER_AUTH_SERVER__SECRET
|
||||||
# - DOCSPELL_SERVER_INTEGRATION__ENDPOINT_HTTP__HEADER_HEADER__VALUE
|
# - DOCSPELL_SERVER_INTEGRATION__ENDPOINT_HTTP__HEADER_HEADER__VALUE
|
||||||
|
# (use the same value at the consumedir container!)
|
||||||
restserver:
|
restserver:
|
||||||
image: docspell/restserver:latest
|
image: docspell/restserver:latest
|
||||||
container_name: docspell-restserver
|
container_name: docspell-restserver
|
||||||
|
@ -28,9 +28,7 @@ getStarted version =
|
|||||||
$ docker-compose up -d
|
$ docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
The environment variable defines a secret that is shared between
|
Please see the [`consumedir.sh`](doc/tools/consumedir#docker) docs for additional
|
||||||
some containers. You can define whatever you like. Please see the
|
|
||||||
[`consumedir.sh`](doc/tools/consumedir#docker) docs for additional
|
|
||||||
info.
|
info.
|
||||||
4. Goto <http://localhost:7880>, signup and login. When signing up,
|
4. Goto <http://localhost:7880>, signup and login. When signing up,
|
||||||
choose the same name for collective and user. Then login
|
choose the same name for collective and user. Then login
|
||||||
|
@ -135,8 +135,7 @@ language can also specified with each [upload
|
|||||||
request](@/docs/api/upload.md).
|
request](@/docs/api/upload.md).
|
||||||
|
|
||||||
Go to the *Collective Settings* page and click *Document
|
Go to the *Collective Settings* page and click *Document
|
||||||
Language*. This will set the lanugage for all your documents. It is
|
Language*. This will set the lanugage for all your documents.
|
||||||
not (yet) possible to specify it when uploading.
|
|
||||||
|
|
||||||
The language has effects in several areas: text extraction, fulltext
|
The language has effects in several areas: text extraction, fulltext
|
||||||
search and text analysis. When extracting text from images, tesseract
|
search and text analysis. When extracting text from images, tesseract
|
||||||
|
Reference in New Issue
Block a user