[
https://issues.apache.org/jira/browse/TIKA-1662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14601043#comment-14601043
]
Tim Allison commented on TIKA-1662:
-----------------------------------
In the handful of our unit test files that I checked and in a new pptx that I
generated with MSPPT, I'm seeing the same pattern: no <div> as a slide marker
in pptx. In a quick code review (= ctrl-f), the only div I'm seeing in
XSLFPowerPointExtractorDecorator is for embedded objects, not slides.
Are you able to attach a pptx that triggers the div for each slide?
I'm happy to add the divs to pptx (unless there are objections from the
community), I just want to make sure that I understand the issue.
Thank you!
> 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
>
> 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)