pythonpandastabula

Tabula directory to read pdf


How can I read directory pdf, my directory is incorrect and I do not understand why it is so.

Sorry I am new to coding. and I importing the directory in wring manner ?

Your help would be much appreciated !

My apologies for the dumb question.

from tabula.io import read_pdf


df = read_pdf(
    "C:/..../sec_annex_2_b_determination_of_corrosion_rate/test_pdf.pdf",
    pages="all")
    raise FileNotFoundError(errno.ENOENT, os.strerror(errno.ENOENT), path)
FileNotFoundError: [Errno 2] No such file or directory: .............../test_pdf.pdf'

Solution

  • requires Java integration within IDE