Class NativeGenericTextRecognizerConfig

    • Constructor Detail

      • NativeGenericTextRecognizerConfig

        NativeGenericTextRecognizerConfig(Integer minimumNumberOfRequiredFramesWithEqualRecognitionResult, Integer maximumNumberOfAccumulatedFrames, Integer ocrResolutionLimit, Boolean matchSubstringForPattern, String allowedSymbols, String validator, NativeGenericTextValidationCallback callback, NativeGenericTextCleanerCallback callbackCleaner)
        Parameters:
        minimumNumberOfRequiredFramesWithEqualRecognitionResult - Minimum number of accumulated frames that have equal result
        maximumNumberOfAccumulatedFrames - Maximum number of accumulated frames to inspect before actual result is returned
        ocrResolutionLimit - The image will be downscaled to the given value during the processing.
        validator - Simple validation string pattern: ?
    • Method Detail