Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 582 Bytes

File metadata and controls

17 lines (13 loc) · 582 Bytes

creditcard_analyzer

This code converts the encrypted pdf statements into a excel file having a detailed sheet and a summary sheet.

Requirements

  • Python 2.7
  • Apache PDFBox Jar 2.0.6

Configuration

Configuration is provided in config.ini:

  • PDF_FILE_PATH: Path of encrypted pdf file
  • PDFBOX_COMMAND: Should not be modified, unless you want a specific encoding
  • FILE_NAME_PREFIX: Output file name

Usage

Edit the configuration in config.ini and execute "python parser.py". The excel file with extension .xlsx will be created.

THis line should be treated as dummy.