mirror of
https://github.com/TheAnachronism/docspell.git
synced 2024-11-13 02:31:10 +00:00
d8bbcb1409
The links work while testing locally with jekyll. Must be checked at the published site.
1.7 KiB
1.7 KiB
layout | title | permalink |
---|---|---|
docs | Quickstart | getit/ |
Download
You can download pre-compiled binaries from the Release
Page. There are deb
packages and generic zip files.
You need to download the two files:
Prerequisite
Install Java (use your package manager or look here).
OCR functionality requires the following tools:
- tesseract,
- ghostscript and possibly
- unpaper.
The last is not really required, but improves OCR.
PDF conversion requires the following tools:
Running
- Unzip both files:
$ unzip docspell-*.zip
- Open two terminal windows and navigate to the the directory containing the zip files.
- Start both components executing:
in one terminal and$ ./docspell-restserver*/bin/docspell-restserver
in the other.$ ./docspell-joex*/bin/docspell-joex
- Point your browser to: http://localhost:7880/app
- Register a new account, sign in and try it.
Check the early demo video to see the basic idea. Refer to the documentation for more information on how to use docspell.