I want to covert image-based PDF to image(.png/.jpg) file in Python, so I can further use this image for exacting tabular data form it. I don not want to run the code from command line.
I am currently using Python 3.7.1 version and Pycharm IDE.
I have tried the code provided on stackoverflow but nothing works, it runs but unable to extract image form image-based PDF file. Below is the link for it. Extracting images from pdf using Python
Also, tried the code from dzone.com, below is the link but nothing works https://dzone.com/articles/exporting-data-from-pdfs-with-python
Below are the image-based PDF file links:
link1: https://www.molex.com/pdm_docs/sd/190390001_sd.pdf
Please suggest any solution for this.