SyntaxFix
Write A Post
Hire A Developer
Questions
You can use textract module in python
Textract
for install
pip install textract
for read pdf
import textract text = textract.process('path/to/pdf/file', method='pdfminer')
For detail Textract