Describe the bug
I'm working with the HTML documents, and Im' currently running into errors when trying to load it. When I try to load a simple HTML file (attached below), with this code, I get errors.
parser = LlamaParse(
api_key=API_TOKEN, # can also be set in your env as LLAMA_CLOUD_API_KEY
result_type="text", # "markdown" and "text" are available
num_workers=6, # if multiple files passed, split in `num_workers` API calls
verbose=True,
language="en", # Optionally you can define a language, default=en
skip_diagonal_text=True
)
parsed_docs = parser.load_data('llamaparse/test.html')
print(parsed_docs)
Started parsing the file under job_id 72934284-787f-4acb-8e24-17355c80beff
Error while parsing the file 'llamaparse/test.html': Failed to parse the file: 72934284-787f-4acb-8e24-17355c80beff, status: ERROR
[]
Describe the bug I'm working with the HTML documents, and Im' currently running into errors when trying to load it. When I try to load a simple HTML file (attached below), with this code, I get errors.
Files
HTML upload wasn't allowed so I'm uploading a zip
test.html.zip
Content:
Job ID
72934284-787f-4acb-8e24-17355c80beff
Screenshots
Client:
Options See code above