analyzeImage

Performs analysis and capture of the document on the given input image. Use this method when you have fixed number of images to analyze, e.g. one (or few) for the front side and another (or few) for the back side of the document. This method can be called multiple times and all analyzed images are taken into account for building the final AnalyzerRunner.result. Also make sure that you have set appropriate AnalyzerRunner.settings, for example if you have single image per document side, set AnalyzerSettings.captureStrategy - com.microblink.capture.settings.CaptureStrategy.SingleFrame.

Return

FrameAnalysisResultListener returns all relevant info for current status of the analysis and the capture process.

Parameters

image

Input image.