images
Process Image
Run OCR on provided image and return results without persisting them to the database
post/v1/image/detections
Request body
Example request
{
"image": {
"image_bytes": "ZXhhbXBsZQ=="
}
}Response
Image detection was successful.