interface PerformOCRResult {
    pages: OCRPage[];
    plainText: string;
}

Properties

Properties

pages: OCRPage[]

The array of recognized OCR pages

plainText: string

The OCR result as plain text