Simple wrapper for the Apache Tika metadata extractor – http://tika.apache.org

Installs: 1 296

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 9

Forks: 3

Open Issues: 1

Type:typo3-flow-package

4.0.0 2018-02-05 12:03 UTC

This package is auto-updated.

Last update: 2024-03-07 20:22:11 UTC


README

A simple wrapper to use Apache Tika inside Flow Framework applications:

  • Detect the language of variouse resources
  • Detect the content type of a resource
  • Extract metadata information in XML or JSON format

It works by calling the Java binary for Tika and passes a Flow Resource (e.g. uploaded content) to the command.

Build Status

Installation

Install the package and adjust the setting "Networkteam.Tika.javaCommand" which defaults to "java" if your Java executable is installed in a special directory.

Usage

Inject Networkteam\Tika\TikaService into your class and call any of the get* methods with a Resource to get information using Apache Tika.

License

This package is released under the MIT license.