How can we extract only text from pdf using python excluding images and table?

Viewed 33

Trying to extract text from a pdf that contains images and tables. Here, the tables and images need to be ignored. And only the extracted text data to be used for further analysis. Is there a way this can be achieved with a neatly formatted text output?

1 Answers
Related