You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Ohad R (JIRA)" <ji...@apache.org> on 2018/04/03 11:48:00 UTC

[jira] [Commented] (TIKA-2623) get embedded resources in doc files

    [ https://issues.apache.org/jira/browse/TIKA-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16423900#comment-16423900 ] 

Ohad R commented on TIKA-2623:
------------------------------

i have refactored `FileEmbeddedDocumentExtractor`: moved it from tika-cli to tika-parsers. 

if we want it to be in tika-core (like 'ParsingEnbeddedDocumentExtractor'), then the pom.xml needs to be changed: need to add dependencies of apache-common-io, poi, etc.

> get embedded resources in doc files
> -----------------------------------
>
>                 Key: TIKA-2623
>                 URL: https://issues.apache.org/jira/browse/TIKA-2623
>             Project: Tika
>          Issue Type: Improvement
>          Components: core, parser
>            Reporter: Ohad R
>            Priority: Trivial
>
> according to [https://stackoverflow.com/questions/20172465/get-embedded-resourses-in-doc-files-using-apache-tika,] it is possible to recursively parse a document and save its sub-items (e.g. images) in a folder thanks to FileEmbeddedDocumentExtractor. However, the scope of the above class is only in the TikaCLI.
> I think it should be visible to the applications that uses Tika (not only to the CLI)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)