RECONSTRUCTION_ERROR when parsing with parse_mode="parse_document_with_agent" #514

Open
opened 2026-02-16 00:18:06 -05:00 by yindo · 0 comments
Owner

Originally created by @abhirupr on GitHub (Aug 1, 2025).

Describe the bug
JobFailedException: Error code: RECONSTRUCTION_ERROR, Error message: Something went wrong while parsing the document.

Files
https://www.accessbankplc.com/access/media/Financial-Report/Annual%20Reports/Access-Bank-2024_FINAL.pdf?ext=.pdf

Job ID
ed5f6a72-d60d-40ca-bea0-8523123d4a2d

Client:
VS Code Notebook

Additional context
parser = LlamaParse(
api_key=LLAMAPARSE_API_KEY,
parse_mode="parse_document_with_agent",
base_url='https://api.cloud.eu.llamaindex.ai',
disable_image_extraction=True)

result = parser.parse(report_pdf_path)

Originally created by @abhirupr on GitHub (Aug 1, 2025). **Describe the bug** JobFailedException: Error code: RECONSTRUCTION_ERROR, Error message: Something went wrong while parsing the document. **Files** https://www.accessbankplc.com/access/media/Financial-Report/Annual%20Reports/Access-Bank-2024_FINAL.pdf?ext=.pdf **Job ID** ed5f6a72-d60d-40ca-bea0-8523123d4a2d **Client:** VS Code Notebook **Additional context** parser = LlamaParse( api_key=LLAMAPARSE_API_KEY, parse_mode="parse_document_with_agent", base_url='https://api.cloud.eu.llamaindex.ai', disable_image_extraction=True) result = parser.parse(report_pdf_path)
yindo added the bug label 2026-02-16 00:18:06 -05:00
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#514