Hello,
I recently updated SpirePDF and I noticed there is no page.ExtractText() anymore.
Where did it move to? Docs don't appear to be updated, and I'm not finding anything obvious that replaced it.
var text = page.ExtractText(searchOptions);
var extractor = new PdfTextExtractor(page);
var text = extractor.ExtractText(searchOptions);
https://www.e-iceblue.com/Tutorials/Spire.PDF/Spire.PDF-Program-Guide/How-to-Extract-Text-from-PDF-Document-with-C-/VB.NET.html