From 545aeb6e25386121b414e6aa0cae0a96758cf3c8 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 6 Dec 2020 15:16:22 +0100 Subject: Configure Tika correctly. With the new configuration, Tika can now extract text from PDFs and XML documents. Also configures logging for the application. Change-Id: I7a89c2b232ed4e220665dd335a5f5a0cc3ef2994 --- pom.xml | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 79 insertions(+), 5 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 2bc4582..3546067 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,8 @@ - + 4.0.0 @@ -30,13 +32,19 @@ 0.2.0 3.0.2 1.8 - 7.1.13 1.4.10 3.0.4 4.3.2 1.0.2 0.4.0 - 1.24.1 + 4.5.1 + 1.25 + 3.0.3 + 1.4.0 + 1.3.0 + 3.30.1 + 3.4.1.Final + 1.7.30 @@ -68,6 +76,13 @@ ${picocli.version} + + + org.jboss.logging + jboss-logging + ${jboss-logging.version} + + org.apache.tika @@ -79,10 +94,55 @@ tika-bundle ${tika.version} + + org.apache.tika + tika-parsers + ${tika.version} + + + org.slf4j + jcl-over-slf4j + + + org.slf4j + jul-to-slf4j + + + + + org.apache.pdfbox + jbig2-imageio + ${jbig2-imageio.version} + + + com.github.jai-imageio + jai-imageio-core + ${jai-imageio-core.version} + + + com.github.jai-imageio + jai-imageio-jpeg2000 + ${jai-imageio-jpeg2000.version} + + + org.xerial + sqlite-jdbc + ${sqlite-jdbc.version} + + + org.slf4j + slf4j-jdk14 + ${slf4j.version} + + + org.slf4j + log4j-over-slf4j + ${slf4j.version} + net.sourceforge.tess4j tess4j - 4.5.1 + ${tess4j.version} org.slf4j @@ -92,6 +152,14 @@ org.slf4j log4j-over-slf4j + + org.slf4j + jul-to-slf4j + + + ch.qos.logback + logback-classic + @@ -111,6 +179,12 @@ + + + src/main/resources + + + -- cgit v1.2.1