You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2011/09/13 18:45:08 UTC

[jira] [Created] (TIKA-714) Word art isn't extracted for various doc types

Word art isn't extracted for various doc types
----------------------------------------------

                 Key: TIKA-714
                 URL: https://issues.apache.org/jira/browse/TIKA-714
             Project: Tika
          Issue Type: Bug
            Reporter: Michael McCandless
             Fix For: 1.0




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (TIKA-714) Word art isn't extracted for various doc types

Posted by "Michael McCandless (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael McCandless reassigned TIKA-714:
---------------------------------------

    Assignee: Michael McCandless
    
> Word art isn't extracted for various doc types
> ----------------------------------------------
>
>                 Key: TIKA-714
>                 URL: https://issues.apache.org/jira/browse/TIKA-714
>             Project: Tika
>          Issue Type: Bug
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>         Attachments: TIKA-714.patch, testWordArt.doc, testWordArt.docx, testWordArt.pdf, testWordArt.ppt, testWordArt.pptx
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TIKA-714) Word art isn't extracted for various doc types

Posted by "Michael McCandless (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TIKA-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13144979#comment-13144979 ] 

Michael McCandless commented on TIKA-714:
-----------------------------------------

OK I dug into this one a bit.

First off, for doc/docx/pdf, I don't think there's any text to extract
because there is just an embedded (PNG) image; I cannot copy/paste
from the viewers.

PPTX already works correctly.

PPT works, but on scrutinizing the output from POI's
SlideShowRecordDumper, I don't see any record that contains this text,
and when I extract the PNG, it doesn't contain the text as embedded
metadata either.

I do see numerous embedded UnknownRecordPlaceholder records with type
1054, that seem to contain embedded Office XML data.  So, I'm strongly
suspecting that the reason why I can copy/paste out of the PPT file is
only because I'm running Office 2007.  Ie, I think that if I opened
this with older Office that I would not be able to copy/paste text
out (but, I can't verify for certain -- does anyone have an Office
2003 or older installation...?) 

So net/net I think this is already working as best it can (we get the
text from PPTX).  I'll commit the PPTX test case and mark this
resolved.

                
> Word art isn't extracted for various doc types
> ----------------------------------------------
>
>                 Key: TIKA-714
>                 URL: https://issues.apache.org/jira/browse/TIKA-714
>             Project: Tika
>          Issue Type: Bug
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>         Attachments: TIKA-714.patch, testWordArt.doc, testWordArt.docx, testWordArt.pdf, testWordArt.ppt, testWordArt.pptx
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TIKA-714) Word art isn't extracted for various doc types

Posted by "Michael McCandless (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael McCandless updated TIKA-714:
------------------------------------

    Attachment: testWordArt.pptx
                testWordArt.ppt
                testWordArt.pdf
                testWordArt.docx
                testWordArt.doc
                TIKA-714.patch

Patch w/ failing test case.

PPTX works but the others fail.

> Word art isn't extracted for various doc types
> ----------------------------------------------
>
>                 Key: TIKA-714
>                 URL: https://issues.apache.org/jira/browse/TIKA-714
>             Project: Tika
>          Issue Type: Bug
>            Reporter: Michael McCandless
>             Fix For: 1.0
>
>         Attachments: TIKA-714.patch, testWordArt.doc, testWordArt.docx, testWordArt.pdf, testWordArt.ppt, testWordArt.pptx
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TIKA-714) Word art isn't extracted for various doc types

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated TIKA-714:
-------------------------------

    Fix Version/s:     (was: 0.10)

> Word art isn't extracted for various doc types
> ----------------------------------------------
>
>                 Key: TIKA-714
>                 URL: https://issues.apache.org/jira/browse/TIKA-714
>             Project: Tika
>          Issue Type: Bug
>            Reporter: Michael McCandless
>         Attachments: TIKA-714.patch, testWordArt.doc, testWordArt.docx, testWordArt.pdf, testWordArt.ppt, testWordArt.pptx
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (TIKA-714) Word art isn't extracted for various doc types

Posted by "Michael McCandless (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael McCandless resolved TIKA-714.
-------------------------------------

       Resolution: Not A Problem
    Fix Version/s: 1.1
    
> Word art isn't extracted for various doc types
> ----------------------------------------------
>
>                 Key: TIKA-714
>                 URL: https://issues.apache.org/jira/browse/TIKA-714
>             Project: Tika
>          Issue Type: Bug
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>             Fix For: 1.1
>
>         Attachments: TIKA-714.patch, testWordArt.doc, testWordArt.docx, testWordArt.pdf, testWordArt.ppt, testWordArt.pptx
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira