Releases: joeirimpan/hdfc-cc-parser-rs
Releases · joeirimpan/hdfc-cc-parser-rs
hdfc-cc-parser-rs-v0.0.6
Released v0.0.6
- Add
--name
(name as per credit card statement table) to figure out table headers better.
hdfc-cc-parser-rs-v0.0.5
Released v0.0.5
- Add
--file
to parse individual files - Remove
--output
and write to stdout
hdfc-cc-parser-rs-v0.0.4
- Remove pdf_tools and parse it inside the lib.
- Determine table header count better.
hdfc-cc-parser-rs-v0.0.3
- Migrate cli to clap with named arguments
- Optional password, sortformat
hdfc-cc-parser-rs-v0.0.2
- Freeze pdf dependency and copy the pdf_tools code to repo. This is done to prevent pdf_tools from linking the latest commit of pdf.
hdfc-cc-parser-rs-v0.0.1
Released version v0.0.1
Features
- Extracts transaction details such as date, description, points, amount
- Multiple pdfs can be parsed and collated into 1 CSV