Skip to main content

Extract data from pdf to a dataframe

Project description

Pdf2Df

This is a simple python package to create a dataframe with the text extracted from PDFs.

To install:

$ pip install pdf2df
$ pip install PyMuPDF==1.16.14

Get Started

To use the package, first import it:

from pdf2df import Pdf2df

sfd = Pdf2df(path, page=True, single_file=False)
df = sfd.get_text()

Arguments

  • path (str) : Where the files are located. It could be a single file or a folder containing multiple pdf files
  • page (bool) : If True, the dataframe will contain each page of the pdf in a new row, if flase, all the text in the pdf will be in the same row.
  • single_file (bool) : This tell is method if the path is a folder containing multiple pdf files or a single pdf file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pdf2df-0.0.3.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

pdf2df-0.0.3-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page