DocumentScanningResult
data class DocumentScanningResult(val detectionResult: DocumentDetectionResult, val croppedImage: ImageRef? = null) : AutoCloseable
Result of the document detection followed by cropping of the found document.