IBaseTextExtractorAddFilter Method (String, String, Boolean, Boolean)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Adds a filter to replace a text in extracted data.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
void AddFilter( string searchPattern, string replacementString, bool caseSensitive, bool useRegex )
Parameters
- searchPattern
- Type: SystemString
Search string. - replacementString
- Type: SystemString
Replacement string. - caseSensitive
- Type: SystemBoolean
True if should perform the case-sensitive search, otherwise false. - useRegex
- Type: SystemBoolean
Treat the search string as the regular expression.
See Also