run-llama / llama_parse

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

Llamaparse-Results-to-csv #260

Open Ajaykumarkv17 opened 4 days ago

Ajaykumarkv17 commented 4 days ago

Is there a way to convert the parsing results to CSV and the CSV contains all the elements or objects like text,table,image path etc I am asking similar to unstructured I/O method or function It is converting the resulting elements into elements_to_dataframe and it is easier to make CSV Like this is there any in llamaparse or how to do so?

hexapode commented 3 days ago

The json mode already return CSV for table if it is what you need?

Ajaykumarkv17 commented 2 days ago

I did not aware about that I know it supports json mode and it will return json objects as the output But i don't know after that how to convert it into CSV or Dataframe. Can you show me a guide or tutorial of how to acheive this ?