Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 469 Bytes

Readme.md

File metadata and controls

22 lines (15 loc) · 469 Bytes

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.