/pdf-to-excel

Export pdf data to excel

Primary LanguagePython

PDF TO EXCEL

Export your bills with pdf extension to excel table

Table Of Content

Package Installs

Use the package manager pip to install foobar.

pip install openpyxl
pip install borb

Usage

After making the necessary downloads, run the code below

python3 main.py

ScreenShoots

Screen Shot 2021-11-26 at 02 34 03

PDF EXAMPLE

Screen Shot 2021-11-26 at 02 35 18

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Files

  1. PdfReader
  2. RegEX
  3. ExcelWriter

1 - PdfReader

That reads pdfs in specified file

2 - RegEX

File to find the desired data

3 - ExcelWriter

File that prints data to excel

License

MIT