Extract text from PDF File using Python with PyPDF2

后端 未结 0 1167
不知归路
不知归路 2020-12-15 12:06

I want to extract text from a given pdf

The code is used is:

from PyPDF2 import PdfFileReader
def extract_information(pdf_path):
    with open(pdf_path         


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