run-llama / llama_parse

Parse files for optimal RAG
https://www.llamaindex.ai
MIT License
2.72k stars 263 forks source link

Mistakes parsing data from table using LlamaParse and gpt4o #202

Open xmanatsf opened 4 months ago

xmanatsf commented 4 months ago

Trying to extract tabular data (table is embedded as an image) from a PDF file. While I've managed to extract some data, there are consistent errors when the table is located at the bottom of the PDF. Extractions from tables at the top of the document are accurate. I'm not sure what's causing this discrepancy.

iiitmahesh commented 4 months ago

Same issue for me.