process

Performs the processing of the input image and returns the BlinkCardProcessResult, or throws an Exception in case of failure.

This method analyzes the provided image for card detection and data extraction. It should be called for each frame that needs to be processed during the scanning session.

Return

A Result containing either a BlinkCardProcessResult on success, or an exception on failure.

Parameters

image

The input image to process.

Throws

if the session has been closed.