UNPKG

react-pdf-ner-annotator

Version:

A React component to annotate named entities directly onto a PDF.

12 lines (11 loc) 318 B
export interface Config { httpHeaders?: { [key: string]: string; }; disableOCR?: boolean; readonly?: boolean; hideAnnotatingTooltips?: boolean; hideAnnotatingEntityVisualizations?: boolean; hideAnnotateableBoxes?: boolean; shouldUpdateDefaultAnnotations?: boolean; }