Re: Performance Improvement AutoDetectParser

2017-08-04 Thread aravinth thangasami
I tried instantiating using Tika config already but it still makes call to ExternalParsers my configs are import org.apache.tika.config.TikaConfig; import org.apache.tika.metadata.Metadata; import

Re: Performance Improvement AutoDetectParser

2017-08-04 Thread Nick Burch
On Fri, 4 Aug 2017, aravinth thangasami wrote: we are using Tika 1.13. 1.15 is out! While instantiating AutoDetectParser we found that the CompositeExternalParser which actually we don't need, takes up more time. It because of ExifTool & FFmpeg. I tried with removing