CorrectionListAdd Method (String, String, Boolean, RegexOptions)ByteScout Text Recognition SDK
Adds new item to collection.

Namespace:  ByteScout.TextRecognition
Assembly:  ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.1.323-master
Syntax

public void Add(
	string searchString,
	string replacementString,
	bool isRegex = false,
	RegexOptions regexOptions = RegexOptions.None
)

Parameters

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

Reference

System.Text.RegularExpressionsRegexOptions