v1

latestOpenAPI 3.1.02026-08-041130479.2 KB

Image Text Detection

post/v1/api_hub/detect_text

Request body

image_binstring binary
image_b64string binary

Response

200

Example response

{
  "predictions": [
    {
      "text": "#IpocToR",
      "confidence": 0.5986868262150175,
      "bbox": [
        [
          209
        ]
      ]
    }
  ]
}