UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

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