Hi all, I would like to implement ZIPParser. I want to create a methode that return a list of parsers from zip file. This method will be added to ParserFactory class.
public static List<Parser> getParsersFromZipFile(ParserConfig config)
throws TikaException {}
What do you think ?
Regards.
