Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 1.67 KB

File metadata and controls

55 lines (31 loc) · 1.67 KB

Paperwork installation on GNU/Linux ArchLinux

Package

A package is available in AUR.

If there is a problem with the package, please report it on the mailing-list. Please do not report issue with packages on Paperwork's bugtracker. It is not possible to assign issues to package maintainer on the bugtracker.

Manual installation

See the Fedora or Debian installation guides for reference.

Runtime dependencies

Paperwork >= 1.0

Once installed, please run paperwork-shell chkdeps paperwork_backend and paperwork-shell chkdeps paperwork to make sure all the required depencies are installed.

Paperwork >= 0.2.1 and < 1.0

Once installed, please run 'paperwork-chkdeps' to make sure all the required depencies are installed.

Paperwork <= 0.2.0

Some dependencies cannot be installed automatically, because they depend on your language:

You need an OCR tool. You can use Tesseract or Cuneiform. For now, Tesseract is strongly recommended:

$ sudo pacman -S tesseract tesseract-data-<your language>

Optional, but strongly recommended: Spell checking is used to improve page orientation detection, so:

$ sudo pacman -S aspell-<your language>

The command "papework-chkdeps" can help you find any other missing dependency.

Running Paperwork

A shortcut should be available in the menus of your window manager (you may have to log out first).

You can also start Paperwork by running the command 'paperwork'.

Enjoy :-)