[
https://issues.apache.org/jira/browse/TIKA-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15767706#comment-15767706
]
Tim Allison commented on TIKA-1946:
-----------------------------------
We use it to run comparisons before releases for POI, PDFBox and Tika. I also
used it to compare 'file', Droid and Tika on mime detection.
We also use it when developing new parsers, of course. :) Should have checked
for relevant files earlier...Sorry.
If you are familiar with h2, this query is informative on the db that I shared:
select * from contents c
join profiles p on c.id=p.id
join containers c on p.container_id=c.container_id
order by lang_id_prob_1
If you aren't familiar with it and want to give it a shot, download the jar and
kickoff the web interface:
java -cp h2.jar org.h2.tools.Console -web
for the db, enter the full path to the file and remove .mv.db from the name,
e.g.:
jdbc:h2:/C:/data/working/eval_work/wordperfect
> Add mime detection and parser for WordPerfect
> ---------------------------------------------
>
> Key: TIKA-1946
> URL: https://issues.apache.org/jira/browse/TIKA-1946
> Project: Tika
> Issue Type: Improvement
> Components: mime, parser
> Reporter: Nick C
> Fix For: 2.0, 1.15
>
>
> I noticed some code on github for parsing WordPerfect files
> (https://github.com/Norconex/importer) Also looks like the author
> [~pascal.essiembre] has contributed to Tika before
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)