Skip to content

Same PDF was parsed correctly on September 5, but not longer on September 9 #934

@raphaelh

Description

@raphaelh

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions