DocumentInformation docInfo)
throws DissectionException {
// Annotate the dissectable document and in the process create a
// DissectedDocument.
Annotator annotator = new Annotator();
DissectedDocumentImpl annotation
= annotator.annotateDocument(dissectionContext, document, characteristics,
urlManager, docInfo);
// Get the DissectedDocument from the annotator.
return annotation;
}