Assist in organizing your piles of documents, resulting from scanners, e-mails and other sources with miminal effort.
Go to file
Eike Kettner 0be89687dc Ignore poi updates for now
The new version 5.0.0 brings additional 18M transitive dependencies.
It's worth it to checkout what is needed/changed before upgrading.
2021-01-17 19:49:15 +01:00
artwork Remove old site 2020-07-31 01:28:09 +02:00
docker Allow scaling joex with docker-compose up --scale 2021-01-09 10:33:11 +11:00
modules Set version to 0.19.0-SNAPSHOT 2021-01-11 23:27:47 +01:00
nix Use jdk11 in nix packages 2021-01-12 01:09:15 +01:00
project Update swagger-ui to 3.40.0 2021-01-16 00:19:17 +01:00
tools Fix export-files by checking for header case insensitive 2021-01-04 20:59:31 +01:00
website Merge branch 'current-docs' 2021-01-12 00:16:41 +01:00
.dockerignore Proper docker files (build from code) - 2.1 (#311) 2020-10-19 13:56:44 +02:00
.gitignore Proper docker files (build from code) - 2.1 (#311) 2020-10-19 13:56:44 +02:00
.mergify.yml Extend mergify to merge my own prs on ci success 2020-06-13 14:53:38 +02:00
.projectile Add local/ to .gitignore 2020-09-13 11:48:31 +02:00
.scala-steward.conf Ignore poi updates for now 2021-01-17 19:49:15 +01:00
.scalafix.conf Add scalafix and organize-imports rule 2020-06-28 21:20:47 +02:00
.scalafmt.conf Update scalafmt-core to 2.7.5 2020-10-16 22:37:52 +02:00
.travis.yml Make new coursier cache available to travis 2020-08-23 17:48:42 +02:00
build.sbt Provide multiple date suggestions for English 2021-01-10 09:02:26 +01:00
Changelog.md Remove space in changelog that breaks formatting 2021-01-12 00:14:07 +01:00
Contributing.md Update Changelog 2021-01-11 21:38:13 +01:00
elm-analyse.json Fix elm-analyse issues 2020-01-29 20:56:14 +01:00
elm-package.json Add scalafmt.conf and elm compile options 2019-12-29 20:52:43 +01:00
elm.json Replace js code with proper elm using elm-scroll package 2020-09-14 23:35:21 +02:00
LICENSE.txt Initial version. 2019-09-21 22:02:36 +02:00
NOTICE.txt Improve handling encodings 2020-03-23 22:51:28 +01:00
README.md Update Changelog 2021-01-11 21:38:13 +01:00
version.sbt Set version to 0.19.0-SNAPSHOT 2021-01-11 23:27:47 +01:00

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. You may want to check Contributing.md for some starting points, too.

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.