var utils = require('ogxt-utils');
var ogxt = utils.html2ogxt(html, true);
var utils = require('ogxt-utils');
var annotations = {}; // object received after check
var annotatedHtml = utils.annotate(html, annotations);
var utils = require('ogxt-utils');
var cleanHtml = utils.cleanupAnnotations(html);