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…...new TextFragmentAbsorber(new Regex( @regexMatch ), new TextSearchOptions(true));...new TextFragmentAbsorber(new Regex(@regexMatch), new TextSearchOptions(true));...