Provides a framework for rule based text scanning
and uses the framework to provide rule-driven default implementations of
IPresentationDamager, IPresentationRepairer and IDocumentPartitioner.
IPresentationReconciler.getRepairer(
String contentType)
Returns the presentation repairer registered with this presentation reconciler
for the specified content type.
PresentationReconciler.setRepairer(
IPresentationRepairer repairer,
String contentType)
Registers the given presentation repairer for a particular content type.