Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dnascimb/money_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

money_parser

This is a project to parse futures statements.

Run

python3 -m venv venv
source venv/bin/activate

pip install -r requirements.txt

python parser.py

Input

A Charles Schwab Futures daily statement named document.pdf should exist in the same directory.

Output

A JSON document parsed_statement.json is output with the parsed contents.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages