Hello,
Here’s the code to extract the text from pdf.
string regexMatch = “[,0-9A-Za-z ]..[.)0-9a-z ]”;
var textFragmentAbsorber = new TextFragmentAbsorber(new Regex(@regexMatch), new TextSearchOptions(true));
textF…...Product Family sumitworksimpli April 12, 2022, 9:50am #1 Hello, Here’s...Sumit Awasthi tahir.manzoor April 12, 2022, 3:52pm #2 @sumitworksimpli...