TextComparerCompare Method (BaseTextExtractor, BaseTextExtractor)ByteScout PDF Extractor SDK
Compares two PDF documents loaded into an extractor instance. Supports TextExtractor, CSVExtractor, XMLExtractor and JSONExtractor as the input.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

public decimal Compare(
	BaseTextExtractor firstDocument,
	BaseTextExtractor secondDocument
)

Parameters

firstDocument
Type: Bytescout.PDFExtractorBaseTextExtractor
The first document.
secondDocument
Type: Bytescout.PDFExtractorBaseTextExtractor
The second document.

Return Value

Type: Decimal
Number of changes in percents.
See Also

Reference