I want to get the data from a pdf that its inside a website, i have tried with tabula but it gave me the following error:
CalledProcessError: Command '['java', '-Dfile.encoding=UTF8', '-jar', 'C:\\Users\\Hector\\anaconda3\\lib\\site-packages\\tabula\\tabula-1.0.5-jar-with-dependencies.jar', '--guess', '--format', 'JSON', 'C:\\Users\\Hector\\AppData\\Local\\Temp\\3231632d-81cd-4914-b5e9-cc12f03b607e.pdf']' returned non-zero exit status 1.
from tabula import read_pdf
df = read_pdf("url")