Skip to content

lunaF19/python-pdf-to-excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF to Excel 🐍

Convert PDF to Excel, read all data of PDF and return excel file with this data

Run

The script need two arguments:

first argument: is the dir where PDF files are.

second argument: is where the script save the output Excel files.

  py main.py /source/pdf/path /final/excel/path

Versions

 py --version
 v3.10.5
 Output:

 pip --version
 Output: pip 24.2

Dependcies/Libaries

You need install the the next libraries:

  1. pandas - Manage Excel
  2. tabula-py - Convert/Read PDF
  3. JPype1 - Is necesary for tabula-py

Install

Run this command from cmd/bash:

  pip install JPype1 tabula-py pandas

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages