public class OcrResult
extends java.lang.Object
String
and optional sandwiched pdf file| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
recognizedText
Recognized text as a
String |
Document |
sandwichedPdfDocument
Optional sandwiched pdf
Document (can be null) |
public final java.lang.String recognizedText
Stringpublic OcrResult(java.lang.String recognizedText,
Document sandwichedPdfDocument)