| clearScanResult | Clears the cached text-scan result. |
| detect | Attempts to detect the document corners in the image. |
| extractImage | Extracts the currently processed image. |
| extractImageWithoutProcessing | Extracts the original image rotated to the current orientation, without processing. |
| init: | Creates a picture from an image, with no metadata. |
| init:withMetadata: | Creates a picture from an image and its associated metadata. |
| initFromData: | Creates a picture from in-memory image data, reading its metadata from the data. |
| initFromNSURL: | Creates a picture from an image NSURL, reading its metadata from the image. |
| initFromPath: | Creates a picture from an image file, reading its metadata from the file. |
| initFromURL: | Creates a picture from an image URL string, reading its metadata from the image. |
| refine: | Processes the image as described by the given features. The features builder is reset on return. |
| reset | Resets the pixel data back to the original image, leaving image properties (such as orientation) intact. originalImage must not be nil. |
| scope | Returns an expanded cutout that covers the entire image. |