Package com.geniusscansdk.scanflow
Class ScanResult.OcrResult
- java.lang.Object
-
- com.geniusscansdk.scanflow.ScanResult.OcrResult
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ScanResult
public static class ScanResult.OcrResult extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
hocrTextLayout
The recognized text in hOCR format (with position, style)java.lang.String
text
Raw text recognized in the image
-
Constructor Summary
Constructors Constructor Description OcrResult(java.lang.String text, java.lang.String hocrTextLayout)
-
-
-
Field Detail
-
text
public final java.lang.String text
Raw text recognized in the image
-
hocrTextLayout
public final java.lang.String hocrTextLayout
The recognized text in hOCR format (with position, style)
-
-