FormXDocumentDetector
public protocol FormXDocumentDetector
Methods for detecting document bounds within a image.
-
Detects document in input image with specified orientation.
Declaration
Swift
func detect(image: CIImage, orientation: CGImagePropertyOrientation) -> FormXDocumentRegion?