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
|
libextractor
============
libextractor is a simple library for keyword extraction. libextractor
does not support all formats but supports a simple plugging mechanism
such that you can quickly add extractors for additional formats, even
without recompiling libextractor. libextractor typically ships with a
few dozen helper-libraries (plugins) that can be used to obtain
keywords from common file-types.
libextractor is a GNU package (http://www.gnu.org/).
More detailed documentation is available in the GNU libextractor manual.
extract
=======
extract is a simple command-line interface to libextractor.
Dependencies
============
* zlib (compression library)
* GNU C/C++ compiler
* libltdl 2.2.x (from GNU libtool)
* GNU libtool 2.2 or higher
* GNU gettext
When building libextractor binaries, please make sure all of these
dependencies are available. Otherwise the build system may
automatically build only a subset of libextractor.
|