Same code working fine, but when rerunning now I got the following error #155

Closed
opened 2026-02-16 00:17:00 -05:00 by yindo · 1 comment
Owner

Originally created by @chrisyang-menos on GitHub (Jun 23, 2024).

Started parsing the file under job_id cac11eca-c8ec-427f-a34e-27ef8c1b5d99
Error Parsing Document: xxxxx.pdf

Could you please shed some lights? Thanks

Originally created by @chrisyang-menos on GitHub (Jun 23, 2024). Started parsing the file under job_id cac11eca-c8ec-427f-a34e-27ef8c1b5d99 Error Parsing Document: xxxxx.pdf Could you please shed some lights? Thanks
yindo closed this issue 2026-02-16 00:17:00 -05:00
Author
Owner

@chrisyang-menos commented on GitHub (Jun 23, 2024):

was calling LlamaParse in Python

                    document = LlamaParse(result_type="markdown", language='en').load_data(pdf_path)

I'm using llama_parse-0.4.4

@chrisyang-menos commented on GitHub (Jun 23, 2024): was calling LlamaParse in Python ``` document = LlamaParse(result_type="markdown", language='en').load_data(pdf_path) ``` I'm using `llama_parse-0.4.4`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#155