Type alias DocumentEnhancerStraightenResponse

DocumentEnhancerStraightenResponse: {
    originalImage: Image;
    result: DocumentStraighteningResult;
}

Type declaration

Generated using TypeDoc