Hi I’m the developer of PHP Apache Tika, a wrapper to use Tika from PHP. I wanted to add support for 2.0 version but I found that a few warnings are shown, making output unparseable (i use jsonRecursive or xhtml arguments).
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance. WARN [main] 13:10:04,207 org.apache.tika.parsers.PDFParser J2KImageReader not loaded. JPEG2000 files will not be processed. See https://pdfbox.apache.org/2.0/dependencies.html#jai-image-io for optional dependencies. Shouldn't these warnings be redirected to stderr? Is there any other argument to hide these warnings?. Thanks David Martínez
