toggle menu
Genius Scan SDK
99.0
androidJvm
switch theme
search in API
Genius Scan SDK
/
com.geniusscansdk.scanflow
/
ScanResult
/
OcrResult
Ocr
Result
data
class
OcrResult
(
val
text
:
String
?
,
val
hocrTextLayout
:
String
?
)
:
Serializable
Members
Constructors
Ocr
Result
Link copied to clipboard
constructor
(
text
:
String
?
,
hocrTextLayout
:
String
?
)
Properties
hocr
Text
Layout
Link copied to clipboard
@
JvmField
val
hocrTextLayout
:
String
?
The recognized text in
hOCR
format (with position, style).
text
Link copied to clipboard
@
JvmField
val
text
:
String
?
Raw text recognized in the image.