onComparisonSuccessful

abstract fun onComparisonSuccessful(@NonNull comparisonDocument: DocumentSource)

Gets called when the document alignment and comparison process has been completed. The provided comparisonDocument can be used to display the final comparison results in the UI.

Parameters

comparisonDocument

Comparison results document source.