You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2020/06/22 17:19:00 UTC

[jira] [Commented] (TIKA-3122) Extract inline image metadata without rendering for PDFs

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

Hudson commented on TIKA-3122:
------------------------------

SUCCESS: Integrated in Jenkins build Tika-trunk #1828 (See [https://builds.apache.org/job/Tika-trunk/1828/])
TIKA-3122 -- extract some image metadata without rendering images (tallison: [https://github.com/apache/tika/commit/40a06ae1277f0b211326a1121c2be615f8aefb3e])
* (edit) tika-core/src/test/java/org/apache/tika/TikaTest.java
* (edit) tika-core/src/main/java/org/apache/tika/exception/ZeroByteFileException.java
* (edit) tika-parsers/src/main/java/org/apache/tika/parser/pdf/ImageGraphicsEngine.java
* (edit) tika-parsers/src/main/java/org/apache/tika/parser/pdf/PDF2XHTML.java
* (edit) tika-parsers/src/test/java/org/apache/tika/parser/pdf/PDFParserTest.java
* (edit) tika-parsers/src/main/java/org/apache/tika/parser/pdf/PDFParser.java
* (edit) tika-core/src/main/java/org/apache/tika/parser/RecursiveParserWrapper.java
* (edit) tika-parsers/src/main/java/org/apache/tika/parser/pdf/PDFParserConfig.java


> Extract inline image metadata without rendering for PDFs
> --------------------------------------------------------
>
>                 Key: TIKA-3122
>                 URL: https://issues.apache.org/jira/browse/TIKA-3122
>             Project: Tika
>          Issue Type: Task
>            Reporter: Tim Allison
>            Priority: Minor
>             Fix For: 1.25
>
>
> There are some use cases where you'd like to know how many images are on a page and what formats those images are, but rendering every image can be expensive.
>  
> Let's add an option to extract the PDImageXObject's metadata and the image mime for each embedded file.
>  
> For an example of of a file with a crazy number of inline images, see: https://corpora.tika.apache.org/base/docs/govdocs1/113/113019.pdf



--
This message was sent by Atlassian Jira
(v8.3.4#803005)