Installation

From RPM

  1. Download WritRecogn RPM from download page.
  2. rpm -hiv WritRecogn-<version number>.rpm

rpm -hiv WirtRecogn-<version number>.rpm

Build from Source

Requires following package to be build: gtk2-devel >= 2.10, libxml2-devel >= 2.6, sqlite-devel >= 3.0, libtool >= 1.5, gob2 >= 2.0.0, libxml2 >= 2.6, sqlite >= 3.0

  1. Extract source to a directory you desire, for example: /tmp
  2. cd /tmp/WritRecogn-<version number>
  3. If you want API documentation:
    1. then ./autogen.sh --enable-gtk-doc
    2. otherwise just ./autogen.sh
  4. make install
  5. If you encounter something like:
    configure.ac:19: required file `./ltmain.sh' not found
    Please type
    autoreconf -vi
    to regenerate missing files. Then go to step 3 again.
Tell us if it does not work.

Tips

At current stage, the character matcher is very naive, that is, it can recognize if and only if the strokes are written in exact correct sequence. This will be improve in future version.

There are two programs for WritRecogn: WritRecogn and WritRecogn-manager. WritRecogn is the GUI main program, while WrtiRecogn-manager is the text mode handwriting data manipulate program for WritRecogn.

WritRecogn

WritRecogn has two modes, recognizing mode for character recognizing and handwriting input; training mode to train and modify the how WritRecogn recognizes characters

In training mode, users can:


WritRecogn-manager