apache/tika
The Apache Tika toolkit detects and extracts metadata and text from over a thousand different file types (such as PPT, XLS, and PDF). observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6314
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
4011 stars · 958 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Apache Tika is a Java toolkit that detects file types and extracts text and metadata from over a thousand file formats (PDF, Office documents, etc.) through a single interface. It ships as an embeddable Java library, a CLI jar, a REST server, and a gRPC service, with 4.x adding Markdown output for LLM/RAG pipelines and crash-isolated forked parsing.
Use cases
- extract text from pdfs and office documents
- detect the real file type of an uploaded file
- index documents into elasticsearch or solr for search
- convert documents to markdown for LLM and RAG pipelines
- batch parse a directory of files with fault tolerance
- run a document parsing microservice over HTTP or gRPC
- extract metadata and embedded content from files
When to choose
- you need one API to parse many heterogeneous file formats
- you are building search indexing or content analysis pipelines
- you want LLM/RAG-ready Markdown extraction from documents
- you need robust parsing of untrusted files with process isolation
When to avoid
- you only need PDF parsing with fine-grained layout control (dedicated PDF libraries fit better)
- you cannot run Java 17 or a JVM in your environment
- you need lightweight, single-format extraction with minimal dependencies
Facets
library · maturity stable
parser ocr nlp search-engine etl cli http-server rpc files pdf developer-tools large-language-models jvm cli self-hosted cross-platform content-extraction metadata-extraction file-type-detection markdown-output rag-pipelines document-parsing tika-server grpc process-isolation apache-project search natural-language-processing data-engineering docker
10 sources
- readme: https://github.com/apache/tika · fetched 2026-08-28 · e88a9963825f
- homepage: https://tika.apache.org/ · fetched 2026-08-29 · 7457e316c9a8
- site_page: https://tika.apache.org/docs/4.0.x/index.html · fetched 2026-08-29 · 48b480381673
- site_page: https://tika.apache.org/docs/4.0.x/migration-to-4x/index.html · fetched 2026-08-29 · 524acdda9711
- site_page: https://tika.apache.org/docs/4.0.x/using-tika/index.html · fetched 2026-08-29 · 2ec47ffa7b4d
- site_page: https://tika.apache.org/docs/4.0.x/using-tika/java-api/getting-started.html · fetched 2026-08-29 · dc665d330b3d
- site_page: https://tika.apache.org/docs/4.0.x/pipes/index.html · fetched 2026-08-29 · 8d2303641644
- site_page: https://tika.apache.org/docs/4.0.x/configuration/index.html · fetched 2026-08-29 · e937cd81d073
- site_page: https://tika.apache.org/4.0.0/api · fetched 2026-08-29 · 7278e24bd399
- site_page: https://tika.apache.org/3.3.2/api · fetched 2026-08-29 · 4747addd7bce
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| apache/tika | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem