You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to LlamaIndex and LlamaParse
I am using below code to parse PDF file:
def main():
load_dotenv()
nest_asyncio.apply()
LLAMA_CLOUD_API_KEY = os.getenv("LLAMA_CLOUD_API_KEY")
I am new to LlamaIndex and LlamaParse
I am using below code to parse PDF file:
def main():
load_dotenv()
nest_asyncio.apply()
LLAMA_CLOUD_API_KEY = os.getenv("LLAMA_CLOUD_API_KEY")
It takes more than 15 minutes and still has not finished parsing. What am I doing wrong? The pdf is a 2 page PDF attached here.
Oracle-SEC-Filing.pdf
The text was updated successfully, but these errors were encountered: