Difference between revisions of "Libextractor"
(Created page with "{{Entry |Name=libextractor |Short description=Extracts metadata information from files |Full description='libextractor' extracts meta-data from files of arbitrary type. It uses h...") |
(new release, update license) |
||
| Line 3: | Line 3: | ||
|Short description=Extracts metadata information from files | |Short description=Extracts metadata information from files | ||
|Full description='libextractor' extracts meta-data from files of arbitrary type. It uses helper-libraries to perform the actual extraction, and is trivially extendable by linking against external extractors for additional file types. Its goal is to provide developers of file-sharing networks, file managers, and WWW-indexing bots with a universal library to obtain meta-data about files. 'libextractor' includes the command "extract" that can extract meta-data from a file and print the results to stdout. Currently, it supports the formats HTML, PDF, PS, OLE2 (doc, xls, ppt), StarOffice, OpenOffice, MAN, DVI, MP3 (ID3v1, ID3v2), OGG, WAV, JPEG, GIF, PNG, TIFF, DEB, RPM, TAR(.GZ), ZIP, Real, QT, MPEG, RIFF (AVI), ASF, and ELF. It also detects various MIME types, and can compute hash functions (SHA-1, MD5, ripemd160). A Java binding (JNI) is available. | |Full description='libextractor' extracts meta-data from files of arbitrary type. It uses helper-libraries to perform the actual extraction, and is trivially extendable by linking against external extractors for additional file types. Its goal is to provide developers of file-sharing networks, file managers, and WWW-indexing bots with a universal library to obtain meta-data about files. 'libextractor' includes the command "extract" that can extract meta-data from a file and print the results to stdout. Currently, it supports the formats HTML, PDF, PS, OLE2 (doc, xls, ppt), StarOffice, OpenOffice, MAN, DVI, MP3 (ID3v1, ID3v2), OGG, WAV, JPEG, GIF, PNG, TIFF, DEB, RPM, TAR(.GZ), ZIP, Real, QT, MPEG, RIFF (AVI), ASF, and ELF. It also detects various MIME types, and can compute hash functions (SHA-1, MD5, ripemd160). A Java binding (JNI) is available. | ||
| + | |Homepage URL=http://www.gnu.org/software/libextractor/ | ||
|User level=none | |User level=none | ||
| − | |||
| − | |||
| − | |||
| − | |||
|Computer languages=C | |Computer languages=C | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|Related projects=AVInfo,getID3 | |Related projects=AVInfo,getID3 | ||
|Keywords=library,extract,tag,keyword,information,metadata,helper-libraries | |Keywords=library,extract,tag,keyword,information,metadata,helper-libraries | ||
| − | | | + | |Version identifier=1.0.0 |
| − | |Last review by= | + | |Version date=2012/09/25 |
| − | |Last review date= | + | |Version status=stable |
| + | |Version download=http://ftpmirror.gnu.org/libextractor/libextractor-1.0.0.tar.gz | ||
| + | |Last review by=mtjm | ||
| + | |Last review date=2012/09/26 | ||
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
| − | | | + | |Is GNU=Yes |
| − | | | + | |GNU package identifier=libextractor |
| − | + | ||
| − | + | ||
|License verified date=2004-10-20 | |License verified date=2004-10-20 | ||
| − | | | + | }} |
| + | {{Project license | ||
| + | |License=GPLv3orlater | ||
| + | |License verified by=mtjm | ||
| + | |License verified date=2004-10-20 | ||
| + | }} | ||
| + | {{Project license | ||
| + | |License=GFDLv1.3orlater | ||
| + | |License verified by=mtjm | ||
| + | |License verified date=2012/09/26 | ||
| + | |License note=For the manual. | ||
}} | }} | ||
{{Person | {{Person | ||
| − | |||
|Real name=Christian Grothoff | |Real name=Christian Grothoff | ||
| + | |Role=Maintainer | ||
|Email=christian@grothoff.org | |Email=christian@grothoff.org | ||
| − | |||
}} | }} | ||
{{Resource | {{Resource | ||
|Resource audience=Bug Tracking,Developer,Support | |Resource audience=Bug Tracking,Developer,Support | ||
| − | |Resource kind= | + | |Resource kind=Mailing List Info/Archive |
| − | |Resource URL= | + | |Resource URL=https://lists.gnu.org/mailman/listinfo/bug-libextractor |
}} | }} | ||
{{Software category | {{Software category | ||
| − | |Audio=mp3,ogg-vorbis | + | |Audio=mp3, ogg-vorbis |
|Interface=library | |Interface=library | ||
| − | |||
|Works-with=audio | |Works-with=audio | ||
| − | + | |Works-with-format=mp3, ogg-vorbis | |
| − | + | ||
| − | | | + | |
| − | + | ||
| − | + | ||
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
| − | |Prerequisite kind= | + | |Prerequisite kind=Weak prerequisite |
|Prerequisite description=zlib | |Prerequisite description=zlib | ||
}} | }} | ||
| Line 58: | Line 55: | ||
|Prerequisite description=libvorbis | |Prerequisite description=libvorbis | ||
}} | }} | ||
| + | {{Featured}} | ||
Latest revision as of 06:29, 26 September 2012
libextractor
http://www.gnu.org/software/libextractor/
'libextractor' extracts meta-data from files of arbitrary type. It uses helper-libraries to perform the actual extraction, and is trivially extendable by linking against external extractors for additional file types. Its goal is to provide developers of file-sharing networks, file managers, and WWW-indexing bots with a universal library to obtain meta-data about files. 'libextractor' includes the command "extract" that can extract meta-data from a file and print the results to stdout. Currently, it supports the formats HTML, PDF, PS, OLE2 (doc, xls, ppt), StarOffice, OpenOffice, MAN, DVI, MP3 (ID3v1, ID3v2), OGG, WAV, JPEG, GIF, PNG, TIFF, DEB, RPM, TAR(.GZ), ZIP, Real, QT, MPEG, RIFF (AVI), ASF, and ELF. It also detects various MIME types, and can compute hash functions (SHA-1, MD5, ripemd160). A Java binding (JNI) is available.
Related Projects
This is a GNU package:libextractor
Download
Download
version 1.0.0
(stable)
released on 25 September 2012
Categories
Licensing
| License | Verified by | Verified on | Notes |
|---|---|---|---|
| GPLv3orlater | mtjm | 20 October 2004 | |
| GFDLv1.3orlater | mtjm | 26 September 2012 | For the manual. |
Leaders and contributors
| Contact(s) | Role |
|---|---|
|
| Maintainer |
Resources and communication
| Audience | Resource type | URI |
|---|---|---|
| Bug Tracking,Developer,Support | Mailing List Info/Archive | https://lists.gnu.org/mailman/listinfo/bug-libextractor |
Software prerequisites
| Kind | Description |
|---|---|
| Weak prerequisite | zlib |
| Weak prerequisite | libvorbis |
This entry (in part or in whole) was last reviewed on 26 September 2012.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.
