This is an automated email from the ASF dual-hosted git repository.
tallison pushed a change to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git.
from d7480a9 TIKA-3120 -- remove whitelist/blacklist
new e61ead6 TIKA-3122 -- extract some image metadata without rendering
images
new 5fad37e TIKA-3122 -- merge conflict
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../tika/exception/ZeroByteFileException.java | 15 ++++++++++
.../apache/tika/parser/RecursiveParserWrapper.java | 6 +++-
.../src/test/java/org/apache/tika/TikaTest.java | 5 ++++
.../tika/parser/pdf/ImageGraphicsEngine.java | 34 ++++++++++++++++++++++
.../java/org/apache/tika/parser/pdf/PDF2XHTML.java | 3 +-
.../java/org/apache/tika/parser/pdf/PDFParser.java | 5 ++++
.../apache/tika/parser/pdf/PDFParserConfig.java | 31 ++++++++++++++++++++
.../org/apache/tika/parser/pdf/PDFParserTest.java | 19 ++++++++++--
8 files changed, 114 insertions(+), 4 deletions(-)