Hello,
during our usage of Parser we are frequently encountering a problem where we need the parsing of for example big document to finish in set time interval even if it meant returning only small portion of text or nothing at all. However currently even creating of GroupDocs.Parser object often takes very long time (in 10s of seconds for large files) with no way to cancel or interrupt it to unblock the thread performing the parsing and free associated resources (memory).
Is it please possible to add option of passing cancellation-token or similar way (perhaps disposing of input stream passed to parser) to force ending of parsing within reasonable time-frame?
Thanks