How to detect and exclude empty/blank pages from PDF file using Aspose.PDF for Python

Is there any way to detect and exclude empty/blank pages from PDF file using Aspose.PDF for Python

@jaypatel529

In pdf_document.pages, you can check for page.has_text() method to indicate whether a PDF page is blank or not. In case you face any issues, please let us know with sharing the sample PDF document for our reference.