Find answers from the community

Updated 6 months ago

Hey could someone suggest the best PDF

Hey could someone suggest the best PDF loader (which is free) that can read tables as well as chunks it well for my rag? thanks in advance
W
2 comments
LlamaParse is free for 1K pages per day and its really great!
There is one more unstructured that you can try it has two versions: completely free and a paid one.

But free one is also good.
For LlamaParse:
https://github.com/run-llama/llama_parse

For Unstructured with LlamaIndex:

Plain Text
pip install llama-index-readers-file


Plain Text
from llama_index.readers.file import UnstructuredReader
reader = UnstructuredReader()
Add a reply
Sign up and join the conversation on Discord