1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
=================================
OCRFeeder - A Complete OCR Suite
=================================
OCRFeeder is a complete Optical Character Recognition and Document Analysis and Recognition program.
Author: Joaquim Rocha
OCRFeeder comes with a graphical user and a command line interfaces.
For help on how to use the command line interface, run the command:
ocrfeeder-cli --help
The graphical interface also features documentation on how to use it, which can be accessed through the Help menu or by pressing F1.
Building from git
==================
$ git clone https://gitlab.gnome.org/GNOME/ocrfeeder.git
$ cd ocrfeeder
$ ./autogen.sh
$ make
Copyright
==========
OCRFeeder is (c) 2008-2014 Joaquim Rocha
OCRFeeder is (c) 2009-2010 Igalia, S.L.
https://wiki.gnome.org/Apps/OCRFeeder
The *odf* module is (c) Søren Roug, European Environment Agency
http://odfpy.forge.osor.eu/
See AUTHORS file for details on authors
OCRFeeder is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
OCRFeeder is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
See the COPYING file for more details.
|