v2.1.2
The new class PlainTextCacher allows the user to cache results of expensive computation such as tagging or tokenising. Use this by calling cache_document on an existing document and hydrate_document to reuse these computations.
In an extraction scenario for a real document, this can lead to >10x performance, as only parsing needs to be done from the second run onwards.