Hello community, I am using Tika to extract the text content from pdf files before indexing them. I used version 1.7 and it worked OK except it produced a lot warnings like "Font not found". Now I am trying to move to the newer version 1.19.1 and I have problems finding all necessary dependencies. First it gave me the exception that it cannot find the class "org/apache/cxf/jaxrs/ext/multipart/ContentDisposition". I have added jars "cxf-core-3.2.8.jar" and "cxf-rt-fromtend-jaxrs-2.6.3.jar" from the cxf project. Now it gives me an exception "java.lang.NoClassDefFoundError: javax/ws/rs/core/MultivaluedMap". Could anybody suggest me what files do I need to use the latest version of Tika and where to find them? Thank you.
-- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html