Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 346 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 346 Bytes

How to convert pdf files to text files?

There are different ways to convert pdf to text file, such as using python, some OCR software, or linux commands and etc. Here I will show you two methods to do the pdf converstions.

  • Use a Python package called pdfminer to convert a pdf file to text file
  • Use linux commands to perform this work