You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tyler Palsulich (JIRA)" <ji...@apache.org> on 2014/12/04 05:10:12 UTC

[jira] [Resolved] (TIKA-1167) Embedded object not extracted

     [ https://issues.apache.org/jira/browse/TIKA-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tyler Palsulich resolved TIKA-1167.
-----------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 1.8)
                   1.7
         Assignee: Tyler Palsulich

The POI issue (resolved) must have fixed this. Tested with trunk and the file was extracted.

{code}
➜ java -jar tika-app/target/tika-app-1.7-SNAPSHOT.jar -z ./test.docx
Extracting 'rId10_file0.bin' (application/octet-stream) to ./rId10_file0.bin
Extracting 'rId9_image1.wmf' (application/x-msmetafile) to ./rId9_image1.wmf
{code}

> Embedded object not extracted
> -----------------------------
>
>                 Key: TIKA-1167
>                 URL: https://issues.apache.org/jira/browse/TIKA-1167
>             Project: Tika
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 1.4
>            Reporter: Daniel Bonniot de Ruisselet
>            Assignee: Tyler Palsulich
>            Priority: Critical
>             Fix For: 1.7
>
>         Attachments: Doc w Structure that wont extract.docx
>
>
> For the attached docx, tika seems to detect the embedded object, as shown by this tag:
> {{<div class="embedded" id="rId10"/>}}
> However, extraction itself (using -z on the command line, or using the API) does not seem to work for this object:
> {{java -jar tika-app-1.4.jar -z Doc\ w\ Structure\ that\ wont\ extract.docx}}
> {{Extracting 'rId9_image1.wmf' (application/x-msmetafile) to /tmp/tika/rId9_image1.wmf}}



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