python3 - extract text from pdf or image

后端 未结 0 1506
花落未央
花落未央 2020-11-22 04:17

I have a pdf file, and I want to convert it into HTML or text. First, try:

import PyPDF2

pdfFileObj = open(\'OR.pdf\', \'rb\')


pdfReader = PyPDF2.PdfFileRe         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题