[
https://issues.apache.org/jira/browse/TIKA-1396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14099306#comment-14099306
]
Tim Allison commented on TIKA-1396:
-----------------------------------
Latest app build is available
[here|https://builds.apache.org/job/tika-trunk-jdk1.7/162/org.apache.tika$tika-app/]
You can set the parameter programmatically via ParseContext. See examples
[here|http://svn.apache.org/repos/asf/tika/trunk/tika-parsers/src/test/java/org/apache/tika/parser/pdf/PDFParserTest.java].
As a hack, you can also change the value of extractInlineImages in
org.apache.tika.parser.pdf.PDFParser.properties within the app jar. Or you can
modify that file in trunk and install via maven.
> Embedded images in PDF documents
> --------------------------------
>
> Key: TIKA-1396
> URL: https://issues.apache.org/jira/browse/TIKA-1396
> Project: Tika
> Issue Type: Bug
> Components: parser
> Affects Versions: 1.5
> Environment: *OS:*
> Ubuntu 14.04.1 LTS
> *KERNEL:*
> 3.13.0-33-generic
> gcc version 4.8.2
> *JAVA:*
> java version "1.8.0_11"
> Java(TM) SE Runtime Environment (build 1.8.0_11-b12)
> Java HotSpot(TM) 64-Bit Server VM (build 25.11-b03, mixed mode)
> Reporter: Damiano
> Priority: Critical
>
> Hello!
> I just found a problem with PDF documents that have embedded images.
> Doing:
> java -jar tika-app-1.5.jar --extract tika.pdf
> Tika can not find the image.
> Is this a PDF related problem? Because if i do the same operation with a DOC
> document Tika finds the image correctly.
--
This message was sent by Atlassian JIRA
(v6.2#6252)