PHPackages                             ogogo/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ogogo/tika

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ogogo/tika
==========

A wrapper for Tika in ZF2

018PHP

Since Jan 31Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Ogogo/Tika)[ Packagist](https://packagist.org/packages/ogogo/tika)[ RSS](/packages/ogogo-tika/feed)WikiDiscussions master Synced 1mo ago

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 `ogogo/tika` in your composer.json

```
{
    "require": {
        "ogogo/tika": "dev-master"
    }
}

```

Install with composer

```
php composer.phar install

```

Usage
-----

[](#usage)

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

```
