networkteam/tika
Composer 安装命令:
composer require networkteam/tika
包简介
Simple wrapper for the Apache Tika metadata extractor – http://tika.apache.org
README 文档
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.
统计信息
- 总下载量: 1.35k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-03-20