Currently, there is no official Fedora package for Paperwork.
Note that Paperwork depends on Pillow. Pillow may conflict with the package python-imaging (aka PIL).
$ sudo yum install python-pip python-setuptools python-devel numpy-f2py
# Pillow build dependencies :
$ sudo yum install libjpeg-turbo-devel zlib-devel
# Scipy dependencies
$ sudo yum install blas-devel atlas-devel lapack-devel gcc-fortran
# Sciki-lean dependency
$ sudo yum install gcc-c++
# Scikit-image dependency
$ sudo yum install Cython
# PyEnchant dependency
$ sudo yum install enchant-devel
For some reason, setuptools doesn't work well with Numpy, so you will have to install some dependencies yourself with python-pip:
$ sudo yum install python-pip
$ sudo pip install pyocr
$ sudo pip install numpy scikit-learn
Some dependencies cannot be installed automatically. You can find all the missing dependencies by running 'paperwork-chkdeps'.
$ paperwork-chkdeps
$ sudo pip install paperwork
# This command will install Paperwork and tell you if some extra
# dependencies are required.
# IMPORTANT: the extra dependencies list may be drown in the output. You
# may miss it.
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 :-)