Registry / utility / tika-core

tika-core

JSON →
library3.3.1javamavenunverified

Core library of Apache Tika for detecting and extracting metadata and text from various file formats.

<dependency> <groupId>org.apache.tika</groupId> <artifactId>tika-core</artifactId> <version>3.3.1</version> </dependency>
INSTALL
IMPORT
SIG · TIKA-CORE
T
tika-core
utilityjavav3.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Tika
org.apache.tika.Tika

Minimal usage of Apache Tika to extract text from a file.

import org.apache.tika.Tika; public class Main { public static void main(String[] args) throws Exception { Tika tika = new Tika(); String text = tika.parseToString(new java.io.File("document.pdf")); System.out.println(text); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.3.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
tika-core — mvn dependency:get tika-core · libregistry