Eike Kettner 3d49ceaab5 Use ocrmypdf tool to create pdf/a during conversion
- Use another external tool to convert pdf to pdf which also adds the
  extracted text as another layer into the pdf

- Although not used, the external conversion routine will now check
  for an existing text file that is named as the pdf file with extension
  `.txt`. If present it is included in the conversion result and will be
  used as the extracted text.

- text extraction for pdf files happens now on the converted file,
  because it may already contain the text from the conversion step and
  thus avoids running OCR twice.

- All errors during conversion are not fatal; processing continues
  without a converted file.
2020-07-18 17:19:29 +02:00
2019-12-30 02:33:46 +01:00
2020-07-14 16:21:29 +02:00
2020-06-28 13:37:39 +02:00
2020-07-10 22:34:54 +02:00
2020-04-24 22:24:31 +02:00
2020-07-14 23:18:39 +02:00
2020-01-29 20:56:14 +01:00
2020-06-13 21:17:15 +02:00
2019-09-21 22:02:36 +02:00
2020-03-23 22:51:28 +01:00
2020-05-23 09:26:07 +02:00
2020-06-29 21:04:15 +02:00

Build Status Scala Steward badge

Docspell

Docspell is a personal document organizer. You'll need a scanner to convert your papers into PDF 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 some more. If your documents are associated with this 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. What if most of it could be done automatically?

It is provided as a REST server and a web application.

How it works

Documents have two main properties: a correspondent (sender or receiver that is not you) and something the document is about. Usually it is about a person or some thing maybe your car, or contracts concerning some familiy member, etc.

  1. You maintain a kind of address book. It should list all possible correspondents and the concerning people/things. This grows incrementally with each new unknown document.
  2. When docspell analyzes a document, it tries to find matches within your address book. It can detect the correspondent and a concerning person or thing. It will then associate this data to your documents.
  3. You can inspect what docspell has done and correct it. If docspell has found multiple suggestions, they will be shown for you to select one. If it is not correctly associated, very often the correct one is just one click away.

The set of meta data, that docspell uses to draw suggestions from, must be maintained manually. But usually, this data doesn't grow as fast as the documents. After a while there is a quite complete address book and only once in a while it has to be revisited.

Install

Documentation

The documentation site provides more information.

Check the feature list and the quickstart guide to try it out:

Screenshots

Here are some (outdated) screenshots, for getting a first impression of the web ui.

screenshot-1 screenshot-2 screenshot-3

Description
Assist in organizing your piles of documents, resulting from scanners, e-mails and other sources with miminal effort.
Readme 89 MiB
Languages
Elm 47.2%
Scala 44.2%
Nix 2.3%
Java 2.2%
Rich Text Format 2%
Other 2%