You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
WindowsError: [Error 2] The system cannot find the file specified
The text was updated successfully, but these errors were encountered:
Code used:
from tabula import read_pdf
df = read_pdf(path of pdf)
Error Msg:
Traceback (most recent call last):
File "D:\Users\user\Desktop\test2.py", line 21, in
df = read_pdf(path)
File "D:\Users\user\python2\lib\site-packages\tabula\wrapper.py", line 75, in read_pdf
output = subprocess.check_output(args)
File "D:\Users\user\python2\lib\subprocess.py", line 212, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
File "D:\Users\user\python2\lib\subprocess.py", line 390, in init
errread, errwrite)
File "D:\Users\user\python2\lib\subprocess.py", line 640, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
Summary of your issue
Cannot read pdf's from directory. Was working before.
Environment
Python 2.7
Example code:
Output:
The text was updated successfully, but these errors were encountered: