Package io.scanbot.ocr.model
Class OcrPage
-
-
Field Summary
Fields Modifier and Type Field Description public final String
text
public final List<OcrResultBlock>
paragraphs
public final List<OcrResultBlock>
lines
public final List<OcrResultBlock>
words
-
Constructor Summary
Constructors Constructor Description OcrPage(String text, List<OcrResultBlock> paragraphs, List<OcrResultBlock> lines, List<OcrResultBlock> words)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
OcrPage
OcrPage(String text, List<OcrResultBlock> paragraphs, List<OcrResultBlock> lines, List<OcrResultBlock> words)
-
-
-
-