Considering this request body.

This request corresponds to the extraction and recognition of the following ink:

Following is the result if you ask for application/vnd.myscript.jiix output.

For the sake of simplicity, the ranges, strokes, characters, words, shape primitives and bounding-boxes details are hidden in the following jiix output. Follow this link if you want to see more details on what can be computed in raw content recognition.

{
 "version": "3",
 "id": "MainBlock",
 "type": "Raw Content",
 "elements": [ {
   "type": "Text",
   "label": "The root of the quadratic equation\n$a x ^{2} + b x + c = 0$\nis given by the quadratic formula\n$x = \\frac{- b \\pm \\sqrt{\\Delta}}{2 a}$ where Δ is the\ndiscriminant $\\Delta = b ^{2} - 4 a c$",
   "lines": [ {
     "type": "Line",
     "label": "The root of the quadratic equation",
     "spans": [ {
       "type": "Text",
       "label": "The root of the quadratic equation"
      } ]
    }, {
     "type": "Line",
     "label": "$a x ^{2} + b x + c = 0$",
     "spans": [ {
       "type": "Math",
       "label": "a x ^{2} + b x + c = 0"
      } ]
    }, {
     "type": "Line",
     "label": "is given by the quadratic formula",
     "spans": [ {
       "type": "Text",
       "label": "is given by the quadratic formula"
      } ]
    }, {
     "type": "Line",
     "label": "$x = \\frac{- b \\pm \\sqrt{\\Delta}}{2 a}$ where Δ is the",
     "spans": [ {
       "type": "Math",
       "label": "x = \\frac{- b \\pm \\sqrt{\\Delta}}{2 a}"
      }, {
       "type": "Text",
       "label": "where Δ is the"
      } ]
    }, {
     "type": "Line",
     "label": "discriminant $\\Delta = b ^{2} - 4 a c$",
     "spans": [ {
       "type": "Text",
       "label": "discriminant"
      }, {
       "type": "Math",
       "label": "\\Delta = b ^{2} - 4 a c"
      } ]
    } ]
  }, {
   "type": "Math",
   "label": "$\\Delta > 0$",
   "lines": [ {
     "type": "Line",
     "label": "$\\Delta > 0$",
     "spans": [ {
       "type": "Math",
       "label": "\\Delta > 0"
      } ]
    } ]
  }, {
   "type": "Math",
   "label": "$\\Delta < 0$",
   "lines": [ {
     "type": "Line",
     "label": "$\\Delta < 0$",
     "spans": [ {
       "type": "Math",
       "label": "\\Delta < 0"
      } ]
    } ]
  }, {
   "type": "Math",
   "label": "$\\Delta = 0$",
   "lines": [ {
     "type": "Line",
     "label": "$\\Delta = 0$",
     "spans": [ {
       "type": "Math",
       "label": "\\Delta = 0"
      } ]
    } ]
  }, {
   "type": "Shape",
   "elements": [ {
     "shape": {
      "kind": "rectangle",
      "primitives": [ ... ]
     }
    }, {
     "shape": {
      "kind": "line",
      "primitives": [ ... ]
     }
    }, {
     "shape": {
      "kind": "line",
      "primitives": [ ... ]
     }
    }, {
     "shape": {
      "kind": "arc of ellipse",
      "primitives": [ ... ]
     }
    }, {
     "shape": {
      "kind": "arc of ellipse",
      "primitives": [ ... ]
     }
    }, {
     "shape": {
      "kind": "arc of ellipse",
      "primitives": [... ]
     }
    }, {
     "shape": {
      "kind": "rectangle",
      "primitives": [... ]
     }
    }, {
     "shape": {
      "kind": "curved arrow",
      "primitives": [ ...  ]
     }
    } ]
  }, {
   "type": "Drawing"
  } ]
}