Hello,
I am extracting text from my documents using below code,
private string ExtractTextAll(MemoryStream stream, bool formatted)
{
stream.Seek(0, SeekOrigin.Begin);
GroupDocs.Parser.ExtractorFactory factory =…...to extract text from non searchable PDF in groupdocs parser GroupDocs...some pdf’s which are non searchable and in those pdf the text...