This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chase_amazon_parse.ot -- Convert Chase credit card statements from PDF to CSV. Written | |
# to easily import older statements into any financial software that supports CSV import, | |
#. Most importantly it parses your Amazon order numbers so you can compare them with Amazon.com | |
# for budgeting and planning. This is a Python port of the most excellent chasepdf2csv by ivy evans | |
# | |
# How to Use | |
# ---------- | |
# This script requires Python >3.0.0 and pdftotext. | |
# | |
# ISC License |