startOcr method

Future<OcrReturnValues> startOcr(
  1. String environment,
  2. String mobileToken,
  3. String document, {
  4. String? sessionId,
  5. String? fontColor,
  6. String? backgroundColor,
  7. String? fontFamily,
  8. bool? showIntroductionScreens,
  9. bool? showSuccessScreen,
  10. String? onboardingTitle,
  11. String? onboardingFirstLabel,
  12. String? onboardingSecondLabel,
  13. String? onboardingThirdLabel,
  14. 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.');
}