bigcats01
bigcats01
``` pdfobject = open('test.pdf','rb') pdfReader = PyPDF4.PdfFileReader(pdfobject,strict=False) pdfWriter = PyPDF4.PdfFileWriter() #print(bdc) for pageNum in range(pdfReader.numPages): pageObj = pdfReader.getPage(pageNum) TEST = pageObj.extractText() print(TEST) if str('complex') in TEST: ...... ``` print('complex') pdfWriter.addPage(pageObj)...
Hi, I have the same issue. I was looking for help online and I see from [here](https://github.com/electrified/asus-wmi-sensors/blob/master/README.md) that newer ASUS boards dont have WMI? My board is a B550-F Gaming...
Per this [thread](https://github.com/electrified/asus-wmi-sensors/blob/master/README.md) it seems there is a different driver needed for newer Asus boards. Not sure if its same on newer Intel platforms...