May 10, 2018 by Kulfi Software Services What is the way to convert a PDF document to CSV format using Python? OCR the pdf using python tesseract open source OCR if PDF is not readable Read the pdf content using pypdf2 or pdfminer libraries Prettify text using beautifulsoup if necessary Load the data into pandas dataframe Export data into CSV using pandas Continue Reading →