Update documentation sites

This commit is contained in:
Eike Kettner
2020-02-20 21:43:37 +01:00
parent 3f316ab4d0
commit 7fe8843893
3 changed files with 45 additions and 16 deletions

View File

@ -9,6 +9,7 @@ title: Features and Limitations
- Multiple users per account
- Handle multiple documents as one unit
- OCR using [tesseract](https://github.com/tesseract-ocr/tesseract)
- Conversion to PDF: all files are converted into a PDF file
- Text is analysed to find and attach meta data automatically
- Manage document processing (cancel jobs, set priorities)
- Everything available via a documented [REST Api](api)
@ -18,6 +19,14 @@ title: Features and Limitations
- REST server and document processing are separate applications which
can be scaled-out independently
- Everything stored in a SQL database: PostgreSQL, MariaDB or H2
- Files supported:
- PDF
- common MS Office (doc, docx, xls, xlsx)
- OpenDocument (odt, ods)
- RichText (rtf)
- Images (jpg, png, tiff)
- HTML
- text/* (treated as Markdown)
- Tools:
- Watch a folder: watch folders for changes and send files to docspell
- Firefox plugin: right click on a link and send the file to docspell
@ -31,7 +40,6 @@ These are current known limitations that may be of interest for
considering docspell at the moment. Hopefully they will be resolved
eventually….
- Only PDF files possible for now.
- No fulltext search implemented. This currently has very low
priority, because I myself never needed it. Open an issue if you
find it important.