MBDocCapture icon indicating copy to clipboard operation
MBDocCapture copied to clipboard

MBDocCapture makes it easy to add document scanning functionalities to your iOS app but also image editing (Cropping and contrast enhacement).

Results 5 MBDocCapture issues
Sort by recently updated
recently updated
newest added

when we try batch scan app terminate due to memory issue. I tested via leaks instrument when we assign delegate like `@IBAction func didSelectType1Button(_ sender: Any) { let scanner =...

Fixed : Unable to find a target named `MBDocCapture_Tests` in project `MBDocCapture.xcodeproj`, did find `MBDocCapture_Example`.

Cancel button on navigationBar disappears after camera starts.

Hey, was wondering whether you considered distributing the library through Carthage.

// Let's try to generate the CGImage from the CIImage before creating a UIImage. if let cgImage = CIContext(options: nil).createCGImage(filteredImage, from: filteredImage.extent) { uiImage = UIImage(cgImage: cgImage) } else {...