[
https://issues.apache.org/jira/browse/TIKA-1662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14603021#comment-14603021
]
Tim Allison commented on TIKA-1662:
-----------------------------------
Um...I'm getting this with trunk for test.pptx. Are you sure you're getting
divs?
{noformat}
<body><p>Test </p>
<p>Abcd 0123</p>
<p>ABCD </p>
<p>Efgh 7890</p>
<div class="embedded" id="/docProps/thumbnail.jpeg"/></body>
{noformat}
> Some PPTX is parsed wrong
> -------------------------
>
> Key: TIKA-1662
> URL: https://issues.apache.org/jira/browse/TIKA-1662
> Project: Tika
> Issue Type: Bug
> Components: parser
> Affects Versions: 1.2, 1.4, 1.8
> Environment: Java 1.8
> Reporter: Sergey Kozlov
> Attachments: test.pptx
>
>
> I use tika parser to get all text from slides. Most of presentations are
> parsed as follows: tika parser maps slide to <div> and each text parapraph to
> <p>. But http://vk.com/doc50470295_403042266 is treated as two <p> without
> any <div>. I have reproduced this with versions 1.2, 1.4 and 1.8; 1.0 works
> great. This is the cause I have to use 1.0
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)