You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tim Allison (JIRA)" <ji...@apache.org> on 2016/10/19 19:06:58 UTC

[jira] [Created] (TIKA-2126) Pull out more embedded objects in PPT

Tim Allison created TIKA-2126:
---------------------------------

             Summary: Pull out more embedded objects in PPT
                 Key: TIKA-2126
                 URL: https://issues.apache.org/jira/browse/TIKA-2126
             Project: Tika
          Issue Type: Improvement
            Reporter: Tim Allison
            Priority: Minor


We're currently pulling out embedded objects from Shapes within PPT.  Recent work on macro extraction from PPTs shows that we might be able to retrieve more embedded objects with a call to {{slideshow.getEmbeddedObjects()}}.

I propose that we extract embedded objects from shapes as we're doing now and store their {{persistId}}s; then we iterate through the slideshow's {{embeddedObjects}} and process those that we haven't already handled in a Shape as determined by the {{persistId}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)