Skip to content

Simple pdf to text with python using PDFtk and PyPDF2

Notifications You must be signed in to change notification settings

devinburnette/pdf-to-txt-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF to Text with Python

Introduction

This program will:

  1. Split your PDF into pages,
  2. Extract the text from each pages, and
  3. Save them in .txt file.

Required

Run

$ python main.py <your-pdf-file>

Why Using PDFtk?

Because PyPDF2's extract function doesn't works on some files.

About

Simple pdf to text with python using PDFtk and PyPDF2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%