Skip to content

ElucGeek/SwissCreditCardsPDFtoCSV

 
 

Repository files navigation

README

PyPI Latest Version License: GPL v3

Statement PDF Importer

pdf-importer is a PDF parser for credit card statements. It accepts statement from the following issuers:

The data can be saved to a CSV file for use with your own spreadsheet or other accounting tool.

Dependencies

Installation

First install Python and pip if not already done. In Ubuntu based Linux all other dependencies (camelot-py, opencv-python, python-dateuil and pandas) should be included but you can double check if you encounter errors.

TO BE UPDATED (not yet in pip, new name to be define)

You can install the package by cloning the GitHub repository or directly using pip:

python -m pip install pdf-importer

Usage

You can parse a PDF statement simply with

python3 -m pdf_importer [filename] [type] [-o csv_file]

where

  • filename is the full path to the PDF file
  • type is either cembra or cashback
  • csv_file is the full path to the CSV file where the data is saved.

TO BE UPDATED: plan to add auto-detection of type based on the input file name and auto-naming of output to reduce complexity of usage.

Authors

Forked by:

Contributing

Please read our contributing policy for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use Git for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the GNU GPLv3 License

Built With

About

PDF parser to create importable CSV files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%