TextExtractorFuzzySearch Property ByteScout PDF Extractor SDK
Sets whether to use "fuzzy" text search algorithm. It allows to find "approximately equal" strings. For example, the search string "fox" will also find "fix" and "fax. This might be useful for compensation of some common OCR errors, like "paralle1" or "paralle|".

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

public bool FuzzySearch { get; set; }

Property Value

Type: Boolean

Implements

ITextExtractorFuzzySearch
Remarks

The FuzzySearch property is mutually exclusive with RegexSearch
See Also

Reference