Unable to parse any pdf #169

Closed
opened 2026-02-16 00:17:02 -05:00 by yindo · 2 comments
Owner

Originally created by @SKashyap1999 on GitHub (Jul 3, 2024).

I am facing issues while using the LlamaParse python library. My usage is as follows:

p=LlamaParse(verbose=True, api_key="xxxxxxxx",parsing_instruction='''
Try your best to parse the table contents carefully and in a proper markdown format, without any formatting errors.''',
language='en',gpt4o_mode=True,gpt4o_api_key=os.environ['OPENAI_API_KEY'],skip_diagonal_text=True)

json_objs=p.get_json_result(r"PATH_TO_PDF")

Error:
Started parsing the file under job_id xxxxxxxxx
Error while parsing the file PATH_TO_PDF: Failed to parse the file: xxxxxxxx, status: ERROR

What is the cause for this error? Is there a way to know what went wrong?

Originally created by @SKashyap1999 on GitHub (Jul 3, 2024). I am facing issues while using the LlamaParse python library. My usage is as follows: p=LlamaParse(verbose=True, api_key="xxxxxxxx",parsing_instruction=''' Try your best to parse the table contents carefully and in a proper markdown format, without any formatting errors.''', language='en',gpt4o_mode=True,gpt4o_api_key=os.environ['OPENAI_API_KEY'],skip_diagonal_text=True) json_objs=p.get_json_result(r"PATH_TO_PDF") Error: Started parsing the file under job_id xxxxxxxxx Error while parsing the file PATH_TO_PDF: Failed to parse the file: xxxxxxxx, status: ERROR What is the cause for this error? Is there a way to know what went wrong?
yindo closed this issue 2026-02-16 00:17:02 -05:00
Author
Owner

@FlorentScarpaSustaain commented on GitHub (Jul 4, 2024):

I guess it's linked to how this issue started a couple days ago:

https://github.com/run-llama/llama_parse/issues/261

@FlorentScarpaSustaain commented on GitHub (Jul 4, 2024): I guess it's linked to how this issue started a couple days ago: https://github.com/run-llama/llama_parse/issues/261
Author
Owner

@BinaryBrain commented on GitHub (Jul 16, 2024):

This should be fixed since our latest API release.
If it happens again, please re-open this issue.

@BinaryBrain commented on GitHub (Jul 16, 2024): This should be fixed since our latest API release. If it happens again, please re-open this issue.
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#169