Hi, I've been testing Tika with PDFFiles, and for some reason that i didn't find yet, seems that that the PDFBox manages it's own threads when the length of the text that is about to be parsed is bigger that the default max length for strings (A Tika parameter), probably will happen at same with other parsers (not worried about with this now) that have the length superior that the default max length,
Does anyone know where such threads are started by Tika or is a native thread non managed by the JVM, since i take a look on code and haven't found any "extra thread" started by the Tika component. att.
