Hi, On Thu, Mar 13, 2014 at 3:41 PM, Grant Ingersoll <[email protected]> wrote: > But why would that test fail in the Tika dev environment?
The DefaultParser instance returned by TikaConfig.getDefaultConfig().getParser() doesn't auto-detect the content type of the input document, so unless you explicitly specify the content type in the input metadata, it won't know how to parse the document. BR, Jukka Zitting
