docspell/modules/microsite/docs/features.md

71 lines
2.5 KiB
Markdown
Raw Normal View History

2020-01-11 21:12:51 +00:00
---
layout: docs
title: Features and Limitations
2020-03-28 15:35:28 +00:00
permalink: features
2020-01-11 21:12:51 +00:00
---
# Features
- Multi-account application
2020-03-27 18:47:55 +00:00
- Multiple users per account (multiple users can access the same
account)
2020-01-11 21:12:51 +00:00
- Handle multiple documents as one unit
- OCR using [tesseract](https://github.com/tesseract-ocr/tesseract)
2020-06-24 22:20:51 +00:00
- [Full-Text Search](doc/finding#full-text-search) based on [Apache
SOLR](https://lucene.apache.org/solr)
- 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.
2020-03-27 18:47:55 +00:00
- Non-destructive: all your uploaded files are never modified and can
always be downloaded untouched
2020-01-11 21:12:51 +00:00
- Text is analysed to find and attach meta data automatically
2020-05-22 21:49:07 +00:00
- [Manage document processing](doc/processing): cancel jobs, set
priorities
2020-06-24 22:20:51 +00:00
- Everything available via a [documented](https://www.openapis.org/)
[REST Api](api); allows to [generate
clients](https://openapi-generator.tech/docs/generators) for
(almost) any language
2020-05-22 21:49:07 +00:00
- mobile-friendly Web-UI
- [Create “share-urls”](doc/uploading#anonymous-upload) to upload files
anonymously
- [Send documents via e-mail](doc/mailitem)
- [E-Mail notification](doc/notifydueitems) for documents with due dates
- [Read your mailboxes](doc/scanmailbox) via IMAP to import mails into
docspell
2020-01-11 21:12:51 +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
2020-06-24 22:20:51 +00:00
- H2 is embedded, a "one-file-only" database, avoids installing db
servers
2020-02-20 20:43:37 +00:00
- Files supported:
2020-03-27 18:47:55 +00:00
- 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)
2020-05-22 21:49:07 +00:00
- [Tooling](doc/tools):
2020-05-25 07:52:19 +00:00
- [Watch a folder](doc/tools/consumedir): watch folders for changes
and send files to docspell
- [Simple CLI for uploading files](doc/tools/ds)
- [Firefox plugin](doc/tools/browserext): right click on a link and
send the file to docspell
- [SMTP Gateway](doc/tools/smtpgateway): Setup a SMTP server that
delivers mails directly to docspell.
2020-01-11 21:12:51 +00:00
- License: GPLv3
# Limitations
These are current known limitations that may be of interest for
2020-06-24 22:20:51 +00:00
considering docspell at the moment.
2020-01-11 21:12:51 +00:00
2020-06-24 22:20:51 +00:00
- Documents cannot be modified.
- You can remove and add documents but there is no versioning.