4 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
40
views
LlamaParse system_prompt and system_prompt_append have no effect with parse_page_with_agent (Gemini 2.5) when converting PDF → Markdown
I’m using LlamaParse (Llama Cloud) in Python to convert PDFs to Markdown.
I want to steer the output with a system prompt (e.g., force UPPERCASE or bump all Markdown heading levels), but neither ...
0
votes
0
answers
41
views
Performance Issue with get_nodes_and_objects/recursive_query_engine
I am using LLamaparser to parse my PDF and convert it to Markdown. I followed the method recommended by the LlamaIndex documentation, but the process is taking too long. I have tried several models ...
1
vote
0
answers
219
views
LLama Parse output table as html in the markdown not working
Parsing pdfs is very complicated when it comes to tables. There are cells sometimes that span multiple columns and while we as humans have no trouble understanding it, LLMs do not and parsing data ...
2
votes
2
answers
591
views
How to get consistent results in tabular PDF parsing with llama-parse?
I was parsing some PDF files using llama in Python with below code:
import os
import pandas as pd
import nest_asyncio
nest_asyncio.apply()
os.environ["LLMA_CLOUD_API_KEY"] = "...