Interface OcrData

interface OcrData {
    boundingBox: Rect;
    confidence: number;
    text: string;
}

Properties

boundingBox: Rect
confidence: number
text: string

Generated using TypeDoc