Hi,
We are using Aspose page PDF extraction method, But below specified method is extracting the text into Gibberish. Please have a look into it as a priority issue.
public PageContent Extract(Aspose.Pdf.Page page)
{
…...None; var tables = _tableCellExtractor.ExtractTables(page)..._paragraphExtractor.ExtractParagraphs(page, tables); foreach (var paragraph in...