Compares a list of DocumentPageText objects and maps the results to a DocumentDifference
pages
List of DocumentPageText objects to compare.
pageNumber
The page number that the DocumentPageText object corresponds to.
A DocumentDifference object.
Exactly two DocumentPageText objects must be provided.
This method compares the DocumentPageText objects and builds positional information about the differences. If you are just interested in comparing the text, use the CompareText(IList<DocumentPageText>) method instead.