UNPKG

mindee

Version:

Mindee Client Library for Node.js

11 lines (10 loc) 244 B
import { Prediction } from "../../parsing/common"; /** * Cropper API version 1.1 document data. */ export declare class CropperV1Document implements Prediction { /** * Default string representation. */ toString(): string; }