Details
-
Wish
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
ManifoldCF 2.7
-
None
Description
It would be nice to have an option to pass a tika config file to the connector through the UI.
The connector would load it in the "TikaParser" class like :
private static Parser parser = new AutoDetectParser(new TikaConfig(new File("path/to/file")));
This is just an example of course, it has to be done properly