Installation of GOCR
Install GOCR by running the following commands:
./configure --prefix=/usr &&
make &&
make install
To install the GTK front end, use the following commands:
cd frontend/gnome &&
./configure --prefix=/usr &&
make &&
make install
To install the help:
make help
To install the documentation:
make doc
To run tests on GOCR:
make examples