https://github.com/henryquan/taxreturnfastermaybe
Find keywords in Bank Statements and output their values
https://github.com/henryquan/taxreturnfastermaybe
python tax-return
Last synced: 3 months ago
JSON representation
Find keywords in Bank Statements and output their values
- Host: GitHub
- URL: https://github.com/henryquan/taxreturnfastermaybe
- Owner: HenryQuan
- License: mit
- Created: 2023-09-03T06:13:19.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-03T10:28:35.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T04:28:40.043Z (5 months ago)
- Topics: python, tax-return
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tax Return Faster Maybe?
Extract texts from Bank Statements (PDFs) and find keywords to print out their values or output to a csv file. This works the best if the statement starts with the date (01 Jan/20 Dec) and ends with either the value (1,230.13) or value + balance (5.43 60.00).## Folder setup
- Place bank statements (PDFs) in `documents/`
- Processed statements will be placed in `processed/`
- Place `keywords.txt` in `config/`### Config
Keywords are in the following format:
```
WATER
CITY OF SYDNEY
# APPLE
```
Any lines starting with `#` will be ignored.