Link Search Menu Expand Document

ITextExtractorFuzzySearch Property

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.0.4760-master
Syntax
bool FuzzySearch { get; set; }

Property Value

Type: Boolean
Remarks
The FuzzySearch property is mutually exclusive with RegexSearch
See Also

Reference