UNPKG

mindee

Version:

Mindee Client Library for Node.js

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