README
Statement PDF Importer
pdf-importer is a PDF parser for credit card statements. It accepts statement from the following issuers:
- Cembra & Cumulus MasterCard
- SwissCard Cashback (AMEX / VISA / MasterCard)
The data can be saved to a CSV file compatible with Wallet by budgetbakers import feature.
Dependencies
- Python 3.6 and pip 10.0.
- camelot-py and opencv-python for PDF parsing.
- python-dateutil for date format management.
- pandas for CSV export.
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
- Carlos Vigo - Initial work - GitHub
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
- PyCharm Professional 2020 - The IDE used
Release files for pdf-importer 0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pdf-importer-0.5.tar.gz | 19.5 kB | Details |
Release files / pdf-importer-0.5.tar.gz
| Download URL | pdf-importer-0.5.tar.gz |
|---|---|
| Size | 19.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f52e4e3ecbbea77773503d5ca3a9752e726f4ee33459ced3410148ce3190aa78
|
|
BLAKE2b-256 checksum How to use checksums |
a4735eaf29632e00914731d5458f7e51b4ac865aa5534438aeb0e917c21939b7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.10
|