This is an automated email from the ASF dual-hosted git repository.
lfcnassif pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/master by this push:
new a255df0 TIKA-2338 support for tif in pdfs
a255df0 is described below
commit a255df07038cd39321571ad8897f7c121dce0451
Author: lfcnassif <[email protected]>
AuthorDate: Thu Mar 8 09:11:23 2018 -0300
TIKA-2338 support for tif in pdfs
---
CHANGES.txt | 2 ++
tika-parsers/pom.xml | 7 +++----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/CHANGES.txt b/CHANGES.txt
index fde1137..0cbb904 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,6 +5,8 @@ Release 2.0.0 - ???
Other changes
+ * Support for TIFF images in PDF files (TIKA-2338)
+
* Detection of full encrypted 7z files (TIKA-2568)
* Various new mimes and typo fixes in tika-mimetypes.xml
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 35f4078..5dcb751 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -691,15 +691,14 @@
<version>1.6.5</version>
<scope>test</scope>
</dependency>
- <!-- Copied from PDFBox:
- For legal reasons (incompatible license), jai-imageio-core is to be used
- only in the tests and may not be distributed. See also LEGAL-195-->
+ <!-- jai-imageio-core is allowed since LEGAL-304 -->
<dependency>
<groupId>com.github.jai-imageio</groupId>
<artifactId>jai-imageio-core</artifactId>
<version>1.3.1</version>
- <scope>test</scope>
</dependency>
+ <!-- For legal reasons (incompatible license), jai-imageio-jpeg2000 is to
be used
+ only in the tests and may not be distributed. See also LEGAL-195 -->
<dependency>
<groupId>com.github.jai-imageio</groupId>
<artifactId>jai-imageio-jpeg2000</artifactId>
--
To stop receiving notification emails like this one, please contact
[email protected].