Difference between revisions of "Apache Tika"
Jump to navigation
Jump to search
(Added links to Function and/or Content Type) |
|||
Line 1: | Line 1: | ||
− | {{ | + | {{Infobox tool |
|purpose=Java based tool for identifying file formats using signatures and extracting metadata and text content from documents. | |purpose=Java based tool for identifying file formats using signatures and extracting metadata and text content from documents. | ||
− | |||
|homepage=http://tika.apache.org/ | |homepage=http://tika.apache.org/ | ||
|license=Apache License, Version 2.0 | |license=Apache License, Version 2.0 | ||
|platforms=Java | |platforms=Java | ||
+ | |function=Metadata Extraction, File Format Identification | ||
+ | }} | ||
+ | {{Infobox tool details | ||
+ | |ohloh_id=tika | ||
+ | |releases_rss=http://projects.apache.org/feeds/rss/tika.xml | ||
+ | |issues_rss=https://issues.apache.org/jira/activity?maxResults=10&streams=key+IS+TIKA | ||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
= Description = | = Description = | ||
Java based tool for identifying file formats using signatures and extracting metadata and text content from documents. | Java based tool for identifying file formats using signatures and extracting metadata and text content from documents. | ||
Line 48: | Line 47: | ||
= Development Activity = | = Development Activity = | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 13:41, 20 April 2021
Error in widget Ohloh Project: unable to write file /var/www/html/extensions/Widgets/compiled_templates/wrt67409e29230cc5_41753287
Release Feed
Failed to load RSS feed from http://projects.apache.org/feeds/rss/tika.xml: There was a problem during the HTTP request: 404 Not Found
Issues Feed
- 2024-11-22 15:06:04
- Tilman Hausherr commented on ASF GitHub Bot updated a link from
ASF GitHub Bot updated a link from
ASF GitHub Bot updated a link from
ASF GitHub Bot updated a link from
Description
Java based tool for identifying file formats using signatures and extracting metadata and text content from documents.
Functional notes
Apache Tika is able to detect many different file formats. The following list names only the file formats which are supported by the parsers in the current Apache Tika version 1.9 and from which Tika is able to extract metadata and/or textual content:
- HTML,
- XML and derived formats,
- MS Office document formats,
- ODF,
- iWorks document formats,
- PDF,
- EPUB,
- RTF,
- compression and packaging formats,
- text formats,
- feed and syndication formats,
- CHM,
- audio formats,
- image formats,
- video formats,
- Java class files and archives,
- source code,
- mail formats,
- DWG CAD format,
- font formats,
- scientific formats,
- executable programs and libraries,
- crypto formats.
For detailed information see Apache Tika 1.9 .
User Experiences
- Comparing how Apache Tika and DROID perform HTML identification: How much of the UK's HTML is valid?
- Apache Tika is a core component of the Web Archive Discovery indexer and profiler.
- A number of pages on the OPF Wiki mention Tika.
Development Activity