Mopheshi / PDFParser

A PDF Parser that extracts contents (textual) of a PDF file and saves them in a text file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDFParser

This Python program allows you to extract text from a PDF file and save it to a text file using the pdfplumber library.

Prerequisites

  • Python 3.8, 3.9, 3.10, 3.11 installed on your system.
  • The pdfplumber library, which can be installed using pip:
pip install pdfplumber

About

A PDF Parser that extracts contents (textual) of a PDF file and saves them in a text file.

License:Apache License 2.0


Languages

Language:Python 100.0%