Environment:
Flutter version: (3.35.4
SDK Version: scanbot_sdk: 8.0.0
Platform: Android (Java 21 / Gradle 8.5)
The Issue:
I am unable to retrieve the check image after a successful scan.
-
Even with configuration.captureHighResolutionImage = true, the croppedImage field in the result is always null.
-
I am getting the following error: UnknownException: Exception: AutoReleasable objects must be created within autorelease.
Questions:
-
How should I wrap the scanner call in v8 to handle AutoReleasable objects correctly?
-
Is there a specific output setting required to ensure the image is persisted and returned in the CheckScannerUiResult?
)