Cheshire3 Objects: PreParser

Description

A PreParser takes a Document and creates a second one. For example, the input document might consist solely of a URL. The output would be a Document with the data that the PreParser has fetched from that address. This functionality allows for work flow chains to be strung together in many ways, and perhaps in ways which the original implemention had not foreseen.

Implementations
API

FunctionParametersReturnsDescription
__init__config, parent 
process_documentsession, documentDocumentReturn a new document after some transformation