some bug fixes
This commit is contained in:
parent
5649acf6a8
commit
577cf4d482
10 changed files with 83 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue