PHPackages                             finbarrmccarthy/tika - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. finbarrmccarthy/tika

ActiveLibrary

finbarrmccarthy/tika
====================

A wrapper for Tika in ZF2

018

Since Jan 21Pushed 12y ago1 watchersCompare

[ Source](https://github.com/finbarrmccarthy/Tika)[ Packagist](https://packagist.org/packages/finbarrmccarthy/tika)[ RSS](/packages/finbarrmccarthy-tika/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

This is a ZF2 Wrapper for Apache Tika.

It allows you to retrieve text, metadata and language from complex documents.

Supported formats
-----------------

[](#supported-formats)

It supports opendocument, office .doc and .docx, pdf, images, videos and a lot more !

See  for details.

Install with composer
---------------------

[](#install-with-composer)

Add the package dependency `finbarrmccarthy/tika` in your composer.json

```
{
    "require": {
        "finbarrmccarthy/tika": "@dev"
    }
}

```

Install with composer

```
php composer.phar install

```

Usage
-----

[](#usage)

In your own project, assuming you have an opendocument test.odt in the current directory

```
