I wanted to know if it was possible to make a python script to go through tax documents. Basically Check to see whos tax document it is and output it to a text file. I have a lot of documents to go through and have to see who sent it in. Wanted to see if it was possible to make a python script to go through it all and collect the necessary information.
edit: what method would be the best way of achieving this?