bjeanes / docspell

Assist in organizing your piles of documents, resulting from scanners, e-mails and other sources with miminal effort.

Home Page:https://docspell.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Scala Steward badge License Docker Pulls Gitter chat

Docspell

Docspell is a personal document organizer. You'll need a scanner to convert your papers into files. Docspell can then assist in organizing the resulting mess 😉.

You can associate tags, set correspondends, what a document is concerned with, a name, a date and much more. If your documents are associated with such meta data, you should be able to quickly find them later using the search feature. But adding this manually to each document is a tedious task. Docspell can help you by suggesting correspondents, guessing tags or finding dates using machine learning techniques. This makes adding metadata to your documents a lot easier.

Docspell also runs OCR (if needed) on your documents, can provide fulltext search and has great e-mail integration. Everything is accessible via a REST/HTTP api. A mobile friendly SPA web application is provided as the user interface and an Android app for conveniently uploading files from your phone/tablet. The feature overview has a more complete list.

Impressions

Checkout the short demo videos (<1min), present on the project page. Here are some screenshots:

screenshot-1 screenshot-2 screenshot-3 screenshot-4 screenshot-5

Try it

Docspell consists of several components. The probably quickest way to get started is to use the docker setup as described in the get started page. This is only three commands away:

git clone https://github.com/eikek/docspell
cd docspell/docker
DOCSPELL_HEADER_VALUE="my-secret-123" docker-compose up

Then go to http://localhost:7880, sign up and login. Use the same name for collective and user for now. More on that can be found here.

Other ways are documented here:

Documentation

The project page has lots of information on how to use and setup docspell.

Contributions/Support

Feedback and other contributions are very welcome! There is a gitter room for chatting and questions. You can also open an issue for questions, problems and other feedback; or make a mail to info [at] docspell.org. I'll try to answer in time.

If you find this project any useful and want to support it via other means, giving a ⭐ is always encouraging and much appreciated. You can also support activity by donating via liberapay or paypal.

Thank you so much!

License

Docspell is free software, distributed under the GPLv3 or later.

About

Assist in organizing your piles of documents, resulting from scanners, e-mails and other sources with miminal effort.

https://docspell.org

License:GNU General Public License v3.0


Languages

Language:Scala 41.9%Language:Elm 41.7%Language:Rich Text Format 4.3%Language:Nix 4.0%Language:Java 3.6%Language:Shell 2.3%Language:HTML 1.1%Language:CSS 0.4%Language:JavaScript 0.4%Language:Dockerfile 0.2%Language:Sass 0.1%Language:Python 0.1%