I'm trying to find a plugin that reads text from PDF files. I found an old post about this issue and the answer was to use the following plugin : pdfminer pluggin However, this does not support python 3. Any suggestions ?
Asked
Active
Viewed 3,320 times
2
-
See this answer for python 3 - https://stackoverflow.com/a/44476759/2689986 – shad0w_wa1k3r Feb 20 '18 at 10:23
1 Answers
2
PyPDF2 is good for reading
check it out the this Pdf Reader example

Shihabudheen K M
- 1,347
- 1
- 13
- 19