File: README

package info (click to toggle)
libextractor 1%3A0.6.3-5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,416 kB
  • sloc: ansic: 22,657; sh: 11,843; makefile: 605; cpp: 522; sed: 16
file content (34 lines) | stat: -rw-r--r-- 949 bytes parent folder | download
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.