OcrResult

data class OcrResult(val text: String, val confidence: Double?)

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JsonObject)
constructor(text: String, confidence: Double?)

Properties

Link copied to clipboard

Confidence in result accuracy. The value ranges from 0 to 100, higher is better.

Link copied to clipboard

Recognized text

Functions

Link copied to clipboard
fun toJson(): JsonObject