IBaseTextExtractorAddFilter Method (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 remove a text from extracted data.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
Parameters
- searchPattern
 - Type: SystemString
Search 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