Skip to content
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

OCR APIerror #143

Open
dt-yy opened this issue Mar 9, 2025 · 1 comment
Open

OCR APIerror #143

dt-yy opened this issue Mar 9, 2025 · 1 comment

Comments

@dt-yy
Copy link

dt-yy commented Mar 9, 2025

I successfully extracted text from 108 pages of images using the OCR API yesterday, but the API is completely unresponsive today. Could you please advise on the possible reasons for this outage? This matter is urgent, and I would greatly appreciate your prompt response.

I use the API:
client = Mistral(api_key=api_key)
ocr_response = client.ocr.process(
model="mistral-ocr-latest",
document={
"type": "image_url",
"image_url": f"data:image/jpeg;base64,{base64_image}"
}
)

@pandora-s-git
Copy link
Collaborator

Hey, there were a few issues yesterday that should now be fixed, do you still encounter any issues?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants