Class OcrResult

Constructors

Properties

Methods

Constructors

Properties

language: string
wordslist: {
    confidence: number;
    polygon: {
        x: number;
        y: number;
    }[];
    words: string;
}[] = []

Methods