mirror of
https://github.com/run-llama/llama_extract.git
synced 2026-07-19 18:43:46 -04:00
The files downloaded from LlamaParser UI (Premium) and from the LlamaParser Python Package (Premium) don't have the same format #23
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @divyadhaipulle09 on GitHub (Feb 6, 2025).
Hi Team
I am trying to understand why I was not able to produce the same files from premium versions of both the UI and the python package. I could download a .md file from the UI which looked like this
and then from the package i downloaded a file that looked like so,
The main issue is that the code that I had used to parse/convert .md file to a proper .json file using regex for this automation task wont work as same on the python package.
Any help to solve this is appreciated and thanks in advance