run-llama / llama_parse

Parse files for optimal RAG
https://www.llamaindex.ai
MIT License
2.36k stars 242 forks source link

Is there a way to ingest an URL of a PDF (supposedly from a cloud storage), rather than taking the document from directory ? #132

Closed 4N1Z closed 6 days ago

4N1Z commented 4 months ago

Is there a way to ingest an URL of a PDF (supposedly from a cloud storage), rather than taking the document from directory ?

If there is a way do let me know!.

salujav4 commented 4 months ago

You can send this as a normal fetch request using the following endpoint while converting the pdf into Blob: https://cloud.llamaindex.ai/api/parsing

Disiok commented 6 days ago

duplicate of #29