-
Notifications
You must be signed in to change notification settings - Fork 467
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
On September 5, 2025 at 11:31PM a PDF file was parsed correctly (Job ID : 5727f30f-a6dd-44b6-8a46-dc71c0ecc47a)
On September 9, 2025 at 9:31AM the same PDF file was no longer parsed correctly (Job ID : 2d6eb138-35d3-4095-a2a6-0aee1d7bcfe7)
The problem is in the first table :
- some cell values are missing
- the following text is showing up in the middle of the table :
Files
Cannot share it here
Client:
Please remove untested options:
- API (also tested with Frontend (cloud.llamaindex.ai))
Additional context
My configuration:
parseMode: 'parse_page_without_llm',
disableOcr: true,
disableImageExtraction: true,
adaptiveLongTable: true,
outlinedTableExtraction: true,
outputTablesAsHTML: false,
skipDiagonalText: true,
I also tried with "parse_page_with_llm" but same problem
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working