After being baffled why macros no longer show up in 1.15 I found: https://issues.apache.org/jira/browse/TIKA-2302
Which implies that they must be switched on. Can anyone point me to an example of doing this? I am finding bits and pieces but no example of turning macros back on.I basically want all macros in all documents, office, pdf, anything really. It looks like I have to create a config object and set it using ParseContext? Will I have to do this for every document parser that I want? I am using the AutoDetectParser at the moment. Jim