[
https://issues.apache.org/jira/browse/TIKA-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15767777#comment-15767777
]
Tim Allison commented on TIKA-1946:
-----------------------------------
And for exceptions:
{noformat}
select sort_stack_trace, count(1) as cnt from parse_exceptions
group by sort_stack_trace
order by cnt desc;
{noformat}
Exceptions look to be caused by truncated files (very common in our common
crawl data).
These 17 exceptions are from non-supported QuattroPro:
{noformat}
select * from parse_exceptions e
join profiles p on p.id = e.id
join containers c on p.container_id=c.container_id
where orig_stack_trace like '%QPWTextExtractor.java:179%'
{noformat}
> 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)