UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

8 lines (7 loc) 202 B
import { Polygon } from "../../utils/dto/Polygon"; import { RawImage } from "../../core-types"; export declare class CroppingResult { image: RawImage; polygon: Polygon; rotations: number; }