Find answers from the community

Updated 2 months ago

Hi! I'm using LlamaParse through Python

Hi! I'm using LlamaParse through Python library. I've sent a pdf with 9 pages. I can see in LlamaCloud that it indeed processed 9 pages.

But in my code debugger, I can see that it returns only 1 document, not 9. Where is the rest of the pages?
Attachments
image.png
image.png
L
p
3 comments
1 document object == 1 pdf here
@Logan M Okay, turned out I have to split the text by β€œ\nβ€”-\n”, but one of my pdf files is not being split correctly. It has 209 pages, but splitting by \nβ€”-\n gives me 212 pages. Is that a known issue?
Hmm, weird. Not sure actually πŸ˜…
Add a reply
Sign up and join the conversation on Discord