We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Using JSON result type in LlamaParse returns error: Error while parsing the file '/Users/<user>/Desktop/test.pdf': 'json'
Error while parsing the file '/Users/<user>/Desktop/test.pdf': 'json'
Using the LlamaParse library in Python yields the error above. However, checking the Job description on the website shows the desired information.
Files If possible, please provide the PDF file causing the issue.
Job ID 4979c25d-d1a7-4a6a-83ae-163801d48b42
Client:
Additional context
from llama_cloud_services import LlamaParse from llama_cloud_services.parse import ResultType pdf_path = "<<absolute path to pdf>>/test.pdf" llama_key = "<<key>>" parser = LlamaParse( api_key=llama_key, result_type=ResultType.JSON, num_workers=1, verbose=True, language="en" ) document = parser.load_data(pdf_path) print(document)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Using JSON result type in LlamaParse returns error:
Error while parsing the file '/Users/<user>/Desktop/test.pdf': 'json'
Using the LlamaParse library in Python yields the error above. However, checking the Job description on the website shows the desired information.
Files
If possible, please provide the PDF file causing the issue.
Job ID
4979c25d-d1a7-4a6a-83ae-163801d48b42
Client:
Additional context
The text was updated successfully, but these errors were encountered: