From ae30fef6412caf7dad2ca87224639ad0b169fbf6 Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Thu, 26 Nov 2020 18:22:33 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index fc15dcda7..29a17e6e1 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,17 @@ These features will make it into the application at some point, sorted by priori - **GnuPG encrypion.** [Here's a note about encryption in paperless](https://paperless-ng.readthedocs.io/en/latest/administration.html#managing-encryption). The gist of it is that I don't see which attacks this implementation protects against. It gives a false sense of security to users who don't care about how it works. +## Goals for 1.0 + +- Test coverage at 90%. +- Store archived documents with an embedded OCR text layer, while keeping originals available. Making good progress in the `feature-ocrmypdf` branch. +- Fix whatever bugs I and you find. + +## Non-goals for 1.0 + +- Mobile support. +- Any other big feature or improvement listed in the issues section. + # Getting started The recommended way to deploy paperless is docker-compose. Don't clone the repository, grab the latest release to get started instead. The dockerfiles archive contains just the docker files which will pull the image from docker hub. The source archive contains everything you need to build the docker image yourself (i.e. if you want to run on Raspberry Pi).