Parsing multiple PDFs with LlamaParse and combining results into single Markdown files
Parsing multiple PDFs with LlamaParse and combining results into single Markdown files
At a glance
The community member is using LlamaParse to parse PDF documents and get Markdown text as a result. They want to know if there is a way to save a complete single Markdown file for each parsed PDF, and how to distinguish the results by metadata file_name and in what order.
When I use LlamaParse on pdf documents and use ResultType.MD I get multiple documents with markdown text as a result. Is there a way to save a complete single Markdown file for each parsed pdf somehow? I can distinguish the results e.g. by metadata file_name, but in what order?