OcrPage constructor
- String? text,
- List<
OcrResultBlock> words, - List<
OcrResultBlock> lines, - List<
OcrResultBlock> paragraphs
Implementation
OcrPage(this.text, this.words, this.lines, this.paragraphs);
OcrPage(this.text, this.words, this.lines, this.paragraphs);