WithCutout Class

class WithCutout(cutout: ScanCutout) : RefineFeature.Rectify

Crop and straighten the page to the given outline, which is normally the one the user accepted on a crop screen.

Parameters

  • cutout — the outline to crop to.

Constructors

WithCutout

constructor(cutout: ScanCutout)
Top