OcrPage constructor

OcrPage(
  1. String? text,
  2. List<OcrResultBlock> words,
  3. List<OcrResultBlock> lines,
  4. List<OcrResultBlock> paragraphs,
)

Implementation

OcrPage(this.text, this.words, this.lines, this.paragraphs);