I cannot execute tabula-py's read_pdf
function.
It seems to be producing the following error message:
WindowsError: [Error 2] The system cannot find the file specified
With traceback:
Traceback (most recent call last):
File "C:/Users/riley/PycharmProjects/Payroll/PayrollParsePDF.py", line 126, in <module>
print read_pdf(r"C:\Users\riley\Desktop\Bank Statements\53591.pdf")
File "C:\Python27\lib\site-packages\tabula\wrapper.py", line 54, in read_pdf_table
output = subprocess.check_output(args)
File "C:\Python27\lib\subprocess.py", line 212, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
File "C:\Python27\lib\subprocess.py", line 390, in __init__
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 640, in _execute_child
startupinfo)
Any insight as to why this is? It was working fine before.