Skip to content
/ PDF2TXT Public
forked from songisking/PDF2TXT

It's a python script that convert PDF to txt using PDFMiner

Notifications You must be signed in to change notification settings

cxyxc/PDF2TXT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

PDF2TXT

It's a python script that convert PDF to TXT using PDFMiner.

There are two main functions that you can choose to use.

onePdfToTxt(filepath, outpath)
manyPdfToTxt(fileDir)

The first function will convert one PDF file to TXT file.

And the second function will convert all PDF files in the folder to TXT files

Example

onePdfToTxt('myPDF.pdf', 'myTXT.txt')

manyPdfToTxt('myPDFFolderPath')

About

It's a python script that convert PDF to txt using PDFMiner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%