networkteam / tika
Simple wrapper for the Apache Tika metadata extractor – http://tika.apache.org
Installs: 1 308
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 9
Forks: 3
Open Issues: 1
Type:typo3-flow-package
Requires
- typo3/flow: >=2.0
This package is auto-updated.
Last update: 2024-11-07 21:40:21 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.
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.