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 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}"
}
)
The text was updated successfully, but these errors were encountered:
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}"
}
)
The text was updated successfully, but these errors were encountered: