OcrConfiguration

data class OcrConfiguration(var languages: List<String>? = null, var outputFormats: EnumSet<ScanConfiguration.OcrOutputFormat> = OcrOutputFormat.ALL) : Serializable

Constructors

Link copied to clipboard
constructor(languages: List<String>? = null, outputFormats: EnumSet<ScanConfiguration.OcrOutputFormat> = OcrOutputFormat.ALL)

Properties

Link copied to clipboard

The BCP47 language tags for which to run text recognition. Note that text recognition will take longer if multiple languages are specified.

Link copied to clipboard

The formats in which the OCR result is made available in the ScanFlow result. Default is everything.