aboutsummaryrefslogtreecommitdiff
path: root/doc/extract.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/extract.1')
-rw-r--r--doc/extract.111
1 files changed, 3 insertions, 8 deletions
diff --git a/doc/extract.1 b/doc/extract.1
index 5f043b9..df522af 100644
--- a/doc/extract.1
+++ b/doc/extract.1
@@ -46,9 +46,7 @@ option.
46.SH OPTIONS 46.SH OPTIONS
47.TP 8 47.TP 8
48.B \-b 48.B \-b
49Display the output in BiBTeX format. This implies the 49Display the output in BiBTeX format.
50.B \-d
51option
52.TP 8 50.TP 8
53.B \-g 51.B \-g
54Use grep\-friendly output (all keywords on a single line for each file). Use the verbose option to print the filename first, followed by the keywords. Use the verbose option twice to also display the keyword types. This option will not print keyword types or non\-textual metadata. 52Use grep\-friendly output (all keywords on a single line for each file). Use the verbose option to print the filename first, followed by the keywords. Use the verbose option twice to also display the keyword types. This option will not print keyword types or non\-textual metadata.
@@ -56,11 +54,8 @@ Use grep\-friendly output (all keywords on a single line for each file). Use th
56.B \-h 54.B \-h
57Print a brief summary of the options. 55Print a brief summary of the options.
58.TP 8 56.TP 8
59.B \-H ALGORITHM
60Use the ALGORITHM to compute a hash of each file (possible algorithms are sha1 and md5).
61.TP 8
62.B \-i 57.B \-i
63Run plugins in-process (for debugging). By default, each plugin is run in its own process. 58Run plugins in\-process (for debugging). By default, each plugin is run in its own process.
64.TP 8 59.TP 8
65.BI \-l " libraries" 60.BI \-l " libraries"
66Use the specified libraries to extract keywords. The general format of libraries is .I [[\-]LIBRARYNAME[:[\-]LIBRARYNAME]*] where LIBRARYNAME is a libextractor compatible library and typically of the form .Ijpeg\. The minus before the libraryname indicates that this library should be removed from the existing list. To run only a few selected plugins, use \-l in combination with \-n. 61Use the specified libraries to extract keywords. The general format of libraries is .I [[\-]LIBRARYNAME[:[\-]LIBRARYNAME]*] where LIBRARYNAME is a libextractor compatible library and typically of the form .Ijpeg\. The minus before the libraryname indicates that this library should be removed from the existing list. To run only a few selected plugins, use \-l in combination with \-n.
@@ -99,7 +94,7 @@ mimetype \- image/jpeg
99$ extract \-p comment test/test.jpg 94$ extract \-p comment test/test.jpg
100comment \- (C) 2001 by Christian Grothoff, using gimp 1.2 1 95comment \- (C) 2001 by Christian Grothoff, using gimp 1.2 1
101 96
102$ extract \-nV \-l libextractor_png.so \-p comment test/test.jpg test/test.png 97$ extract \-nV \-l png.so \-p comment test/test.jpg test/test.png
103Keywords for file test/test.jpg: 98Keywords for file test/test.jpg:
104Keywords for file test/test.png: 99Keywords for file test/test.png:
105comment \- Testing keyword extraction 100comment \- Testing keyword extraction