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
Describe the bug
When I use LlamaParse to convert a pdf, I encounter some error, Could you please give us some suggestions?
Job ID
please contact support by clicking the chat icon on cloud.llamaindex.ai providing this correlation ID: b7f5047b-fdd0-4471-af83-66cf0fff5bec"
Client:
Python code:
LLAMA_CLOUD_API_KEY = "llx-xxx"
load_dotenv()
from llama_parse import LlamaParse
from llama_index.core import SimpleDirectoryReader
os.environ['LLAMA_CLOUD_API_KEY'] = LLAMA_CLOUD_API_KEY
file_path = os.path.join(os.getcwd(), "pdf/xxx.pdf")
parser = LlamaParse(
result_type="markdown" # "markdown" and "text" are available
)
file_extractor = {".pdf": parser}
documents = SimpleDirectoryReader(input_files=[file_path], file_extractor=file_extractor).load_data()
Error message:
Error while parsing the file 'xxx.pdf': Failed to parse the file: {"detail":"Oops! Something went wrong on our end. Please try again in a few minutes. If the problem persists, please contact support by clicking the chat icon on cloud.llamaindex.ai providing this correlation ID: b7f5047b-fdd0-4471-af83-66cf0fff5bec"}
The text was updated successfully, but these errors were encountered:
Describe the bug
When I use LlamaParse to convert a pdf, I encounter some error, Could you please give us some suggestions?
Job ID
please contact support by clicking the chat icon on cloud.llamaindex.ai providing this correlation ID: b7f5047b-fdd0-4471-af83-66cf0fff5bec"
Client:
Python code:
LLAMA_CLOUD_API_KEY = "llx-xxx"
load_dotenv()
from llama_parse import LlamaParse
from llama_index.core import SimpleDirectoryReader
os.environ['LLAMA_CLOUD_API_KEY'] = LLAMA_CLOUD_API_KEY
file_path = os.path.join(os.getcwd(), "pdf/xxx.pdf")
parser = LlamaParse(
result_type="markdown" # "markdown" and "text" are available
)
file_extractor = {".pdf": parser}
documents = SimpleDirectoryReader(input_files=[file_path], file_extractor=file_extractor).load_data()
Error message:
Error while parsing the file 'xxx.pdf': Failed to parse the file: {"detail":"Oops! Something went wrong on our end. Please try again in a few minutes. If the problem persists, please contact support by clicking the chat icon on cloud.llamaindex.ai providing this correlation ID: b7f5047b-fdd0-4471-af83-66cf0fff5bec"}
The text was updated successfully, but these errors were encountered: