docspell/website/site/content/docs/features/_index.md

97 lines
3.8 KiB
Markdown
Raw Normal View History

2020-07-27 20:13:22 +00:00
+++
title = "Features and Limitations"
2022-01-27 19:23:15 +00:00
weight = 9
2020-07-27 20:13:22 +00:00
insert_anchor_links = "right"
description = "A list of features and limitations."
2022-01-27 19:23:15 +00:00
template = "docs.html"
2020-07-27 20:13:22 +00:00
+++
# Features
- Multi-account application
- Multiple users per account (multiple users can access the same
account)
- Handle multiple documents as one unit
- OCR using [tesseract](https://github.com/tesseract-ocr/tesseract)
- [Full-Text Search](@/docs/webapp/finding.md#full-text-search) based
2021-05-31 11:25:57 +00:00
on [Apache SOLR](https://solr.apache.org)
2020-07-27 20:13:22 +00:00
- Conversion to PDF: all files are converted into a PDF file. PDFs
with only images (as often returned from scanners) are converted
into searchable PDF/A pdfs.
2021-03-08 21:59:41 +00:00
- A powerful [query language](@/docs/query/_index.md) to find
documents
2022-01-09 14:42:25 +00:00
- use [bookmarks](@/docs/webapp/bookmarks.md) to save more complex queries
2022-01-27 19:23:15 +00:00
- customizable [dashboards](@/docs/webapp/dashboards.md) as the main page
2020-07-27 20:13:22 +00:00
- Non-destructive: all your uploaded files are never modified and can
always be downloaded untouched
2020-11-24 22:39:19 +00:00
- Organize files using tags, folders, [Custom
Fields](@/docs/webapp/customfields.md) and other
2020-08-08 16:25:17 +00:00
[metadata](@/docs/webapp/metadata.md)
2020-07-27 20:13:22 +00:00
- Text is analysed to find and attach meta data automatically
2020-08-08 16:25:17 +00:00
- *Keywords* metadata from pdf files is extracted and matched against
tags in the database
2020-07-27 20:13:22 +00:00
- [Manage document processing](@/docs/webapp/processing.md): cancel
jobs, set priorities
- Everything available via a [documented](https://www.openapis.org/)
[REST Api](@/docs/api/_index.md); allows to [generate
2021-09-06 09:41:40 +00:00
clients](https://openapi-generator.tech/docs/generators) for many
languages
- [OpenID Connect](@/docs/configure/_index.md#openid-connect-oauth2)
support allows Docspell to integrate into your SSO setup, for
example with keycloak.
2021-09-22 19:57:52 +00:00
- Two-Factor Authentication using [TOTP](@/docs/webapp/totp.md) built
in
2021-02-18 23:53:04 +00:00
- mobile-friendly Web-UI with dark and light theme
- [Create anonymous
“upload-urls”](@/docs/webapp/uploading.md#anonymous-upload) to
upload files; these urls allow to be configured with metadata like
tags, folder etc that are applied to all files uploaded through this
url
2021-10-25 14:30:10 +00:00
- [Share](@/docs/webapp/share.md) documents via cryptic public links
(optionally protected by a password)
2020-07-27 20:13:22 +00:00
- [Send documents via e-mail](@/docs/webapp/mailitem.md)
- [Notifications](@/docs/webapp/notification.md) for documents with
due dates or events via E-Mail, [Matrix](https://matrix.org) or
[Gotify](https://gotify.net)
2020-07-27 20:13:22 +00:00
- [Read your mailboxes](@/docs/webapp/scanmailbox.md) via IMAP to
import mails into docspell
2020-10-29 21:30:23 +00:00
- [Edit multiple items](@/docs/webapp/multiedit.md) at once
2021-08-16 12:40:42 +00:00
- [Merge](@/docs/webapp/merge.md) multiple items
2020-07-27 20:13:22 +00:00
- REST server and document processing are separate applications which
can be scaled-out independently
- Everything stored in a SQL database: PostgreSQL, MariaDB or H2
- H2 is embedded, a "one-file-only" database, avoids installing db
servers
2021-09-30 09:11:08 +00:00
- Support for encrypted PDFs
2020-07-27 20:13:22 +00:00
- Files supported:
- Documents:
- PDF
- common MS Office (doc, docx, xls, xlsx)
- OpenDocument (odt, ods)
- RichText (rtf)
- Images (jpg, png, tiff)
- HTML
- text/* (treated as Markdown)
- Archives (extracted automatically, can be nested)
- zip
- [eml](https://en.wikipedia.org/wiki/Email#Filename_extensions)
(e-mail files in plain text MIME)
- Tooling:
2021-07-25 22:26:00 +00:00
- [Command Line Interface](@/docs/tools/cli.md) allowing to upload
files, watch folders and many more!
2020-08-08 18:07:48 +00:00
- [Android App](@/docs/tools/android.md) to quickly upload files
from your android devices
2020-07-27 20:13:22 +00:00
- [SMTP Gateway](@/docs/tools/smtpgateway.md): Setup a SMTP server
that delivers mails directly to docspell.
2021-09-22 09:55:56 +00:00
- License: AGPLv3
2020-07-27 20:13:22 +00:00
# Limitations
These are current known limitations that may be of interest for
considering docspell at the moment.
- Documents cannot be modified.
- You can remove and add documents but there is no versioning.
- There is no fine grained permission management