Update website with new screenshots
@ -19,7 +19,11 @@ description = "A list of features and limitations."
|
||||
into searchable PDF/A pdfs.
|
||||
- Non-destructive: all your uploaded files are never modified and can
|
||||
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
|
||||
- *Keywords* metadata from pdf files is extracted and matched against
|
||||
tags in the database
|
||||
- [Manage document processing](@/docs/webapp/processing.md): cancel
|
||||
jobs, set priorities
|
||||
- Everything available via a [documented](https://www.openapis.org/)
|
||||
|
@ -17,24 +17,24 @@ items:
|
||||
|
||||
{{ figure(file="docspell-curate-1.jpg") }}
|
||||
|
||||
|
||||
# Check selected items
|
||||
|
||||
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
|
||||
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") }}
|
||||
|
||||
|
||||
# Modify if necessary
|
||||
|
||||
To change something, click the *Edit* button in the menu above the
|
||||
document view. This will open a form next to your documents. You can
|
||||
compare the data with the documents and change as you like. Since the
|
||||
item status is *New*, you'll see the suggestions docspell found during
|
||||
processing. If there were multiple candidates, you can select another
|
||||
one by clicking its name in the suggestion list.
|
||||
You can compare the data with the documents and change as you like.
|
||||
Since the item status is *New*, you'll see the suggestions docspell
|
||||
found during 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") }}
|
||||
|
||||
|
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 83 KiB |
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 86 KiB |
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 120 KiB |
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 117 KiB |
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 159 KiB |
@ -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
|
||||
can help to implement some.
|
||||
|
||||
The tags are *not* taken into account when processing. Docspell will
|
||||
not automatically associate tags to your items. The tags are only
|
||||
meant to be used manually for now.
|
||||
The tags are *not* taken into account when creating suggestions from
|
||||
analyzed text yet. However, PDF files may contain metadata itself and
|
||||
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
|
||||
|
Before Width: | Height: | Size: 146 KiB After Width: | Height: | Size: 138 KiB |
@ -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:
|
||||
|
||||
``` 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."}
|
||||
```
|
||||
|
||||
@ -174,5 +174,5 @@ uploading two files with meta data:
|
||||
curl -XPOST -F meta='{"multiple":false, "direction": "outgoing"}' \
|
||||
-F file=@letter-en-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
|
||||
```
|
||||
|
Before Width: | Height: | Size: 119 KiB After Width: | Height: | Size: 98 KiB |