run-llama / llama_parse

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

unable to extract tablular data thats within an image #156

Open ChrisPF123 opened 7 months ago

ChrisPF123 commented 7 months ago

table_image_horizonal_corrected.pdf

ive added my file. llamaparse doesnt respond back with the correct data for this table.

PowerOwner commented 6 months ago

table_image_horizonal_corrected.md

Do you expect such a result to return? It can also be returned using the markdown syntax。

ChrisPF123 commented 6 months ago

table_image_horizonal_corrected.md

Do you expect such a result to return? It can also be returned using the markdown syntax。

markdown format.

Note: its not the file that i need converted. I was looking to have the issue resolved within llamaparse so i can begin to use it for my PDF's as sometimes tables can be within images and i need to be sure that all data is extracted within my docs.