Robinhood-1099-Parser
Robinhood-1099-Parser copied to clipboard
Parse Robinhood 1099 Tax Document from PDF into CSV
I successfully installed this (there were no errors) This is the output if I run the commands again. ``` andrewporzio@Andrews-MBP site-packages % python3 -m pip install wheel Defaulting to user...
Using --check, the totals are off by $1.31 which is the value shown under form type c in the images below"
Code does not function ~/Downloads/Robinhood-1099-Parser-1.0.1/Robinhood-1099-Parser-1.0.1/rh_1099 $ python main.py --pdf tax.pdf --check Traceback (most recent call last): File "C:\Users\Dylan\Downloads\Robinhood-1099-Parser-1.0.1\Robinhood-1099-Parser-1.0.1\rh_1099\main.py", line 5, in from .pdf_contents import PDFContents ImportError: attempted relative import with...