I’m trying to extract text from an image using Llamaparse.
This is my workflow:
All seem to work fine, the image gets uploaded, but the output is just rubbish.
When I use the Llamaparse Playground with the same image, it gives a perfect result.
Just gave this a closer look and it seems you’re using a mix of the old API (/api) with the newer API (/api/v1). This may likely be cause of the issue.
Here’s an updated template which I was able to confirm it matches the UI.
Switched all endpoints to /api/v1
added premium_mode=true to api/v1/upload
Fixed typo in markdown endpoint from result/markdown to result/raw/markdown