{
  "$schema": "https://get.aiware.com/schemas/v2.0/aion/schema.json",
  "$id": "https://get.aiware.com/schemas/v2.0/aion/examples/oc-text_extraction.json",
  "$comment": "Text objects may refer to text extracted from a file, like in the case of OCR (optical character recognition).",
  "series": [
    {
      "startTimeMs": 66,
      "stopTimeMs": 67,
      "object": {
        "type": "text",
        "confidence": 0.98865966796875,
        "text": "MARCH",
        "boundingPoly": [
          {
            "x": 0.081298828125,
            "y": 0
          },
          {
            "x": 0.17193603515625,
            "y": 0
          },
          {
            "x": 0.17193603515625,
            "y": 0.0390625
          },
          {
            "x": 0.081298828125,
            "y": 0.0390625
          }
        ]
      }
    },
    {
      "startTimeMs": 66,
      "stopTimeMs": 67,
      "object": {
        "type": "text",
        "confidence": 0.9799788665771484,
        "text": "NCAA.com",
        "boundingPoly": [
          {
            "x": 0.7809793949127197,
            "y": 0.026357103139162064
          },
          {
            "x": 0.8908820152282715,
            "y": 0.02385217882692814
          },
          {
            "x": 0.8911243081092834,
            "y": 0.05745234340429306
          },
          {
            "x": 0.7812216877937317,
            "y": 0.059957265853881836
          }
        ]
      }
    },
    {
      "startTimeMs": 66,
      "stopTimeMs": 67,
      "object": {
        "type": "text",
        "confidence": 0.9912504577636718,
        "text": "MADNESS",
        "boundingPoly": [
          {
            "x": 0.5534489750862122,
            "y": 0.032503608614206314
          },
          {
            "x": 0.6831182837486267,
            "y": 0.028938841074705124
          },
          {
            "x": 0.6835463047027588,
            "y": 0.07814675569534302
          },
          {
            "x": 0.5538769364356995,
            "y": 0.0817115306854248
          }
        ]
      }
    }
  ]
}
