Nelsonkenneth / Online-PDF-to-Audio-converter-

A program that can read any PDF text file and convert it to an Audio file. In this Repository we have the main python program and sub programs like the function to read the PDF file and others
MIT License
1 stars 1 forks source link

Extract PDF #3

Open Nelsonkenneth opened 1 year ago

Nelsonkenneth commented 1 year ago

Now we can finally extract text from PDF files. Here is the pdf_extract function. First, it prints the name of each file from which the text is extracted. Depending on the size of the document, extracting text may take some time.