Document doc = new Document(inputPdfPath);
var absorber = new TextFragmentAbsorber(“(713) 853-4737”);
TextSearchOptions textSearchOptions = new TextSearchOptions(true);
absorber.TextSearchOptions = textSearchOptions;
…...Net Framework(C#) I have attached a sample...