Open
Description
Description
While extracting data from pdf it gives HTTPError: HTTP Error 403: Forbidden
To Reproduce
from unstructured.partition.pdf import partition_pdf
elements = partition_pdf(filename="./UniMech_Contract_Fin.pdf", strategy="hi_res")
HTTPError: HTTP Error 403: Forbidden
Screenshots
Environment Info
"unstructured>=0.15.14"
python version 3.12