Installation of <application>GOCR</application> Install GOCR by running the following commands: ./configure --prefix=/usr && make && make install To install the GTK frontend, 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