First off apologies if this is done incorrectly, I haven't used mailing lists before :)
Does Tika offer any way of starting an embedded file parse from a certain "position"? For example, if we are attempting to extract files from a very large zip and the parsing is stopped halfway due to an error (E.g. an OOM from the Java process), but I had tracked what file I was on and knew where I had failed, and I wanted to start the unzipping with Tika again at the same file/location in the ZIP in a new instance of the service, is is possible for me to tell Tika specifically where to "jump ahead" to, or do we have to start from scratch? Thanks
