Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Inspection shows how the input image is processed for each module, where detected objects are displayed for each image, providing detailed information such as rectangle coordinates, ID, image size, confidence percentage, etc.

TheĀ /wiki/spaces/KB3141/pages/533529551 Context (application variable), is displayed in JSON format for each module. The data will be available in Inspection after you activate a model for any module within the Flow.

...

Info

Detected Rectangle for ''text=Today'' has 99.71% confidence

Code Block
languagepy
"ocrdetectedRectangles": [
    {
      "rotate": 0,
      "x": 97,
      "idy": 161538208644087,
      "width": 109366,
      "height": 60,
      "classNames": [
        {
          "label": "16/02/2022",
          "id": 38-1,
          "xconfidence": 169.112100233654560.8683
        }
      ],
      "yconfidence": 4200.090022858704468683,
      "textocv_result": "Todaynot_activated",
      "confidenceocv_value": 0.997153103351593,
      "id": 1
    }...

Measure - JSON Data

Lines - Name, Start & End coordinates, Angle, Measured length

...