analyzeStreamImage

Performs analysis and capture of the document on the given input image. Use this method when you have larger number of images coming from the stream, e.g. camera stream or pre-recorded video stream. It is expected that you will call this method multiple times for analysis of the single document and all analyzed images are taken into account for building the final AnalyzerRunner.result. For each frame, all relevant info for current status of the analysis and the capture process is returned by FrameAnalysisResultListener which could be used to guide the user through the scanning process.

Return

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

Parameters

image

Input image.