[
https://issues.apache.org/jira/browse/TIKA-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jukka Zitting resolved TIKA-269.
--------------------------------
Resolution: Fixed
Fix Version/s: 0.5
There is now a org.apache.tika.Tika facade that supports the following
operations:
String type = tika.detect(...);
Reader reader = tika.parse(...);
String content = tika.parseToString(...);
Each method takes a variety of inputs: String, InputStream, File, or URL.
> Ease of use -facade for Tika
> ----------------------------
>
> Key: TIKA-269
> URL: https://issues.apache.org/jira/browse/TIKA-269
> Project: Tika
> Issue Type: New Feature
> Components: general
> Reporter: Jukka Zitting
> Assignee: Jukka Zitting
> Fix For: 0.5
>
>
> As discussed on the mailing list, it would be nice to have a simple facade
> class like org.apache.tika.Tika with static methods for easily achieving the
> most common Tika use cases.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.