pages property

List<OcrPage> pages
read / write

Array of OCR pages with OCR data. Each OcrPage represents OCR result of given scanned Page document image.

Implementation

List<OcrPage> pages = <OcrPage>[];