Skip to content

asepmaulanaismail/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.

Releases

No releases published

Packages

No packages published

Languages