LlamaParse: hide_header and hide_footer are NOT working for pdf #505

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

Originally created by @chenyanv on GitHub (Jul 19, 2025).

Describe the bug
I use LlamaParse to parse the pdf file.

parse_mode="parse_page_with_llm"
system_prompt/user_prompt="extract... clean.... remove the header and footer of each slides"
hide_headers=True
hide_footers=True

The prompt and hide_headers/hide_footer don't work. Finally I used bounding_box to solve the problem.

Files

Here is the PDF file I want to parse. the footer is pretty evident, slides in standard formatted in latex style.

Image

Job ID
890db223-afac-497d-9cc7-3801b53def3f

Additional context
Custom mode

Originally created by @chenyanv on GitHub (Jul 19, 2025). **Describe the bug** I use LlamaParse to parse the pdf file. ``` parse_mode="parse_page_with_llm" system_prompt/user_prompt="extract... clean.... remove the header and footer of each slides" hide_headers=True hide_footers=True ``` The prompt and hide_headers/hide_footer don't work. Finally I used bounding_box to solve the problem. **Files** Here is the PDF file I want to parse. the footer is pretty evident, slides in standard formatted in latex style. <img width="292" height="56" alt="Image" src="https://github.com/user-attachments/assets/2ae036a8-2cd6-47eb-ae34-fefcd73042cc" /> **Job ID** 890db223-afac-497d-9cc7-3801b53def3f **Additional context** Custom mode
yindo added the bug label 2026-02-16 00:18:04 -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#505