run-llama / llama_parse

Parse files for optimal RAG
https://www.llamaindex.ai
MIT License
1.79k stars 157 forks source link

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

Closed chrisyang-menos closed 1 week ago

chrisyang-menos commented 1 week ago

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

Could you please shed some lights? Thanks

chrisyang-menos commented 1 week ago

was calling LlamaParse in Python

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

I'm using llama_parse-0.4.4