Using the UI
LlamaParse offers industry-leading PDF parsing capabilities. To get started, head to cloud.llamaindex.ai. Login with the method of your choice.
We support login using OAuth 2.0 (Google, Github, Microsoft) and Email.
Let’s go ahead and click “Parse”.
You now have options: you can use LlamaParse in the UI, in Python, in TypeScript, or as a standalone REST API that you can call from any language. To learn about the various options shown, see our features guide.
On the UI, just drag and drop any PDF into the file upload box on the right, or provide a URL to a file.
We'll start with a simple PDF, the LlamaIndex Terms of Service. The file will be uploaded to our servers and parsed, which may take seconds or minutes depending on the size of the file.
Once you're ready, click "Parse" at the bottom of the screen.
You can now scroll down to results!
As you can see, we get a cleanly-parsed document. You can view the results as Markdown, plain text, JSON and more; see output modes for more details.
Not happy with your results? Try adjusting the settings at the top. But if you are happy, let's get started with integrating LlamaParse into your application, starting by getting an API key.