Hi, I’m learning MAUI and was trying to use VNDocumentCameraViewController provided by Vision Kit to scan documents and it is working fine but I realized that I was not able to customize some of the options provided by default like, disabling the auto scan option. Is there any way to disable the auto scan option or are there any other alternatives with the same founctionalities as VNDocumentCameraViewController that are more customizable?
Hello @nikhil-K,
There is no way to customize VNDocumentCameraViewController in that way, please file an enhancement request using Feedback Assistant.
If you want to build a custom implementation, you could use the Vision framework and CoreImage to implement similar functionality.
-- Greg