TextExtractorFuzzySearchPermissibleErrors Property ByteScout PDF Extractor SDK
Sets the string equality approximation for the fuzzy search algorithm. Simply, this is the number of permissible errors in the search string. Value 1 or 2 is okay, 3 is iffy, 4 is a poor match. Default is 1.

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

public int FuzzySearchPermissibleErrors { get; set; }

Property Value

Type: Int32

Implements

ITextExtractorFuzzySearchPermissibleErrors
See Also

Reference