IRLPDFScanContent
IRLPDFScanContent copied to clipboard
A convenient class usable from UIKit view controller or SwiftUI to scan document & get UIImage or PDFDocument as result - Replacement of IRLDocumentScanner
May I ask how Objective-C calls your method
Every time user open scanner it show default setting. for example default is automatic when I turned it to manual and next time I open scanner it show automatic
Hello, I do not want to use `IRLPDFScanContent.present` to display the DocumentCameraView. Instead, I want to use SwiftUI's `.fullScreenCover`. Therefore, I need the ViewController. I noticed that `getDocumentCameraViewController()` is not...