Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Constructs OCRCorrection object.
Namespace: Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 12.0.0.4062-master
Syntax
public OCRCorrection( 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