By displaying the VNDocumentCameraViewController on iOS it automatically stores previous scans. This can be problematic for users who don't realize they are adding already scanned documents to their current scan.
Looking at the official VisionKit documentation I don't see any reference to how to do so that when doing viewController?.present(scannerController, animated: true)
.
How can I achieve that?