Link Search Menu Expand Document

Correction Constructor

Constructs Correction object.

Namespace:ByteScout.TextRecognition
Assembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-master
Syntax
public Correction(
	string searchString,
	string replacementString,
	bool isRegex,
	RegexOptions regexOptions
)

Parameters

searchString
Type: SystemString
The search string.
replacementString
Type: SystemString
The replacement string.
isRegex
Type: SystemBoolean
Specifies whether the search string is regular expression.
regexOptions
Type: System.Text.RegularExpressionsRegexOptions
Regular expression options.
See Also

Reference