How to extract text from pdf in python 3.7.3
问题 I am trying to extract text from a PDF file using Python. My main goal is I am trying to create a program that reads a bank statement and extracts its text to update an excel file to easily record monthly spendings. Right now I am focusing just extracting the text from the pdf file but I don't know how to do so. What is currently the best and easiest way to extract text from a PDF file into a string? What library is best to use today and how can I do it? I have tried using PyPDF2 but