Remove all Images from a Pdf in Python
I had a PDF file with certain images that I wanted to remove and keep only the text portion. There was no program that could do this for me quickly, so I wrote a Python script to do just that, using the awesome pikepdf. First Install pikepdf using pip And then run the following code.Using …