some bug fixes

This commit is contained in:
ston1th 2019-08-29 19:29:53 +02:00
commit 577cf4d482
10 changed files with 83 additions and 17 deletions

View file

@ -28,6 +28,10 @@ GOOS=openbsd make vendor
## Install
**Requirements:**
* tesseract
* pdftotext
See the `scripts/` directory on how to install docstore on Linux or OpenBSD.
## Config
@ -53,6 +57,7 @@ See the `scripts/` directory on how to install docstore on Linux or OpenBSD.
## Features
* Fulltext indexing of documents
* Query Syntax: https://github.com/bcampbell/qs/blob/master/syntax.md
* The `Index All` button tries add every file not already indexed to the index
* Custom regex based tags (see https://golang.org/pkg/regexp/syntax/)
* The `Retag All` button will reapply the current tags to all indexed documents