Difference between revisions of "Apache Tika"

From COPTR
Jump to navigation Jump to search
(Added links to Function and/or Content Type)
Line 1: Line 1:
{{Infobox_tool
+
{{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.
|image=
 
 
|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
 
}}
 
}}
 
<!-- Delete the Categories that do not apply -->
 
[[Category:Metadata Extraction]]
 
[[Category:File Format Identification]]
 
 
 
 
= 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 =
 
{{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&amp;streams=key+IS+TIKA
 
|mailing_lists=
 
}}
 

Revision as of 13:41, 20 April 2021



Java based tool for identifying file formats using signatures and extracting metadata and text content from documents.
Homepage:http://tika.apache.org/
License:Apache License, Version 2.0
Platforms:Java
Function:Metadata Extraction,File Format Identification


Error in widget Ohloh Project: unable to write file /var/www/html/extensions/Widgets/compiled_templates/wrt6621523557e147_93851027

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-04-18 17:01:50
ASF GitHub Bot updated a link from ASF GitHub Bot updated a link from ASF GitHub Bot created a link from ASF GitHub Bot updated 2 fields of Sam Tunnicliffe commented on 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

Development Activity