-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
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
Issue with LlamaParse ... #561
Comments
@krtarunsingh You should provide more information about the bug you are facing,
Otherwise, there is not much anyone can do for you here. |
below is the code import os Load the API key from .env fileload_dotenv() if not api_key: Initialize LlamaExtract with the API keyextractor = LlamaExtract(api_key=api_key) Define schema for the bank statementbank_statement_data_config = { try:
except llama_cloud.core.api_error.ApiError as e: except Exception as e: |
Describe the bug
Write a concise description of what the bug is.
Files
If possible, please provide the PDF file causing the issue.
**Job ID-ada0e2fd-799d-4a2a-ba43-8a67ce4577fc
Client:
Please remove untested options:
Additional context
Add any additional context about the problem here.
What options did you use? Premium mode, multimodal, fast mode, parsing instructions, etc.
Screenshots, code snippets, etc.
The text was updated successfully, but these errors were encountered: