react-pdf-ner-annotator
Version:
A React component to annotate named entities directly onto a PDF.
9 lines • 322 B
JavaScript
;
exports.__esModule = true;
exports.TextLayerType = void 0;
var TextLayerType;
(function (TextLayerType) {
TextLayerType["TEXT_LAYER"] = "TEXT_LAYER";
TextLayerType["ORC"] = "OCR";
})(TextLayerType = exports.TextLayerType || (exports.TextLayerType = {}));
//# sourceMappingURL=textLayer.js.map