UNPKG

react-pdf-ner-annotator

Version:

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

7 lines (6 loc) 165 B
import { TextLayerItem } from './textLayer'; export interface OCRResult { confidence: number; ocrWords: Array<TextLayerItem>; baseScale: number; }