Update website with new screenshots

This commit is contained in:
Eike Kettner 2020-08-08 18:25:17 +02:00
parent 5810eac899
commit 47ebcce82c
11 changed files with 20 additions and 14 deletions

View File

@ -19,7 +19,11 @@ description = "A list of features and limitations."
into searchable PDF/A pdfs. into searchable PDF/A pdfs.
- Non-destructive: all your uploaded files are never modified and can - Non-destructive: all your uploaded files are never modified and can
always be downloaded untouched always be downloaded untouched
- Organize files using tags, folders and other
[metadata](@/docs/webapp/metadata.md)
- Text is analysed to find and attach meta data automatically - Text is analysed to find and attach meta data automatically
- *Keywords* metadata from pdf files is extracted and matched against
tags in the database
- [Manage document processing](@/docs/webapp/processing.md): cancel - [Manage document processing](@/docs/webapp/processing.md): cancel
jobs, set priorities jobs, set priorities
- Everything available via a [documented](https://www.openapis.org/) - Everything available via a [documented](https://www.openapis.org/)

View File

@ -17,24 +17,24 @@ items:
{{ figure(file="docspell-curate-1.jpg") }} {{ figure(file="docspell-curate-1.jpg") }}
# Check selected items
Then you can go through all new items and check their metadata: Click Then you can go through all new items and check their metadata: Click
on the first item to open the detail view. This shows the documents on the first item to open the detail view. This shows the documents
and the meta data in the header. and the meta data in the header.
# Check selected items
To change something, click the *Edit* button in the menu above the
document view. This will open a form next to your documents.
{{ figure(file="docspell-curate-2.jpg") }} {{ figure(file="docspell-curate-2.jpg") }}
# Modify if necessary # Modify if necessary
To change something, click the *Edit* button in the menu above the You can compare the data with the documents and change as you like.
document view. This will open a form next to your documents. You can Since the item status is *New*, you'll see the suggestions docspell
compare the data with the documents and change as you like. Since the found during processing. If there were multiple candidates, you can
item status is *New*, you'll see the suggestions docspell found during select another one by clicking its name in the suggestion list.
processing. If there were multiple candidates, you can select another
one by clicking its name in the suggestion list.
{{ figure(file="docspell-curate-3.jpg") }} {{ figure(file="docspell-curate-3.jpg") }}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 KiB

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 159 KiB

View File

@ -33,9 +33,11 @@ workflows, a tag category *state* may exist that includes tags like
"assignment" semantics. Docspell doesn't propose any workflow, but it "assignment" semantics. Docspell doesn't propose any workflow, but it
can help to implement some. can help to implement some.
The tags are *not* taken into account when processing. Docspell will The tags are *not* taken into account when creating suggestions from
not automatically associate tags to your items. The tags are only analyzed text yet. However, PDF files may contain metadata itself and
meant to be used manually for now. if there is a metadata *keywords* list, these keywords are matched
against the tags in the database. If they match, the item is tagged
automatically.
## Organization and Person ## Organization and Person

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 138 KiB

View File

@ -68,7 +68,7 @@ files (it is used by the upload page, the first url).
For example, the api url can be used to upload files with curl: For example, the api url can be used to upload files with curl:
``` bash ``` bash
$ curl -XPOST -F file=@test.pdf http://localhost:7880/api/v1/open/upload/item/CqpFTb7UmGe-9nMVPZSmnwc-AHH6nWFh52t-M1JFQ9y7cdH $ curl -XPOST -F file=@test.pdf http://192.168.1.95:7880/api/v1/open/upload/item/3H7hvJcDJuk-NrAW4zxsdfj-K6TMPyb6BGP-xKptVxUdqWa
{"success":true,"message":"Files submitted."} {"success":true,"message":"Files submitted."}
``` ```
@ -174,5 +174,5 @@ uploading two files with meta data:
curl -XPOST -F meta='{"multiple":false, "direction": "outgoing"}' \ curl -XPOST -F meta='{"multiple":false, "direction": "outgoing"}' \
-F file=@letter-en-source.pdf \ -F file=@letter-en-source.pdf \
-F file=@letter-de-source.pdf \ -F file=@letter-de-source.pdf \
http://localhost:7880/api/v1/open/upload/item/CqpFTb7UmGe-9nMVPZSmnwc-AHH6nWFh52t-M1JFQ9y7cdH http://192.168.1.95:7880/api/v1/open/upload/item/3H7hvJcDJuk-NrAW4zxsdfj-K6TMPyb6BGP-xKptVxUdqWa
``` ```

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

After

Width:  |  Height:  |  Size: 98 KiB