toggle menu
Genius Scan SDK
99.0
androidJvm
switch theme
search in API
Genius Scan SDK
/
com.geniusscansdk.core
/
TextLayoutToTextConverter
Text
Layout
To
Text
Converter
class
TextLayoutToTextConverter
Members
Constructors
Text
Layout
To
Text
Converter
Link copied to clipboard
constructor
(
)
Types
Exception
Link copied to clipboard
sealed
class
Exception
:
Exception
Internal
Error
Link copied to clipboard
class
InternalError
:
TextLayoutToTextConverter.Exception
Invalid
Hocr
Error
Link copied to clipboard
class
InvalidHocrError
:
TextLayoutToTextConverter.Exception
Result
Link copied to clipboard
data
class
Result
(
val
text
:
String
,
val
averageWordConfidence
:
Int
,
val
wordCount
:
Int
)
Functions
convert
Link copied to clipboard
fun
convert
(
textLayout
:
TextLayout
)
:
TextLayoutToTextConverter.Result