createScanSession

open fun createScanSession(    appContext: FragmentActivity,     SCANFLOW_LICENSE_KEY: String,     sfCameraView: SFCameraView,     textCaptureConfig: TextCaptureConfig): ScanflowReader

createScanSession method used to create session for text from core

Parameters

appContext

FragmentActivity

SCANFLOW_LICENSE_KEY

String

sfCameraView

SFCameraView

textCaptureConfig

TextCaptureConfig


open fun createScanSession(    appContext: FragmentActivity,     SCANFLOW_LICENSE_KEY: String,     sfCameraView: SFCameraView,     textCaptureConfig: TextCaptureConfig,     setPreZoom: Float): ScanflowReader