Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pdf-importer

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdf-importer

A PDF importer to generate CSV files from bank statements

  • 0.5
  • PyPI
  • Socket score

Maintainers
1

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 compatible with Wallet by budgetbakers import feature.

Dependencies

Installation

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

python -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.

Authors

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc