You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Damiano (JIRA)" <ji...@apache.org> on 2015/05/20 15:59:04 UTC

[jira] [Created] (TIKA-1633) Can't extract .png images from pdf document

Damiano created TIKA-1633:
-----------------------------

             Summary: Can't extract .png images from pdf document
                 Key: TIKA-1633
                 URL: https://issues.apache.org/jira/browse/TIKA-1633
             Project: Tika
          Issue Type: Bug
          Components: server
    Affects Versions: 1.8
            Reporter: Damiano


Hello,
I am running tika doing:

`
java -jar tika-server-1.8.jar
`

then I need to extract images from document, i use:

`
curl -X PUT -H "Accept: application/zip" -T /home/damiano/html_images.pdf http://localhost:9998/unpack/all > content.zip
`
In **content.zip** I only see:

`
__METADATA__
__TEXT__
`

nothing else!



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