startOcr method
Future<OcrReturnValues>
startOcr(
- String environment,
- String mobileToken,
- String document, {
- String? sessionId,
- String? fontColor,
- String? backgroundColor,
- String? fontFamily,
- bool? showIntroductionScreens,
- bool? showSuccessScreen,
- String? onboardingTitle,
- String? onboardingFirstLabel,
- String? onboardingSecondLabel,
- String? onboardingThirdLabel,
- String? logLevel,
Implementation
Future<OcrReturnValues> startOcr(
String environment,
String mobileToken,
String document, {
String? sessionId,
String? fontColor,
String? backgroundColor,
String? fontFamily,
bool? showIntroductionScreens,
bool? showSuccessScreen,
String? onboardingTitle,
String? onboardingFirstLabel,
String? onboardingSecondLabel,
String? onboardingThirdLabel,
String? logLevel,
}) {
throw UnimplementedError('startOcr() has not been implemented.');
}