curl --request POST \ --url 'https://prior-auth-api.claritycare.ai/v1/process/ocr' \ --header 'Authorization: Bearer {cognito_login_token}' \ --header 'Content-Type: application/json' \ --data '{"image": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUg..."}'
{ "text": "Extracted text from the image" }
Perform OCR on an image using AWS Textract
Documentation IndexFetch the complete documentation index at: https://docs.claritycare.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.claritycare.ai/llms.txt
Use this file to discover all available pages before exploring further.