@ptkl/sdk - v1.13.0
    Preparing search index...

    Type Alias OCRSampleAddPayload

    type OCRSampleAddPayload = {
        document_boundary?: OCRBoundaryRect;
        image_key: string;
        image_url?: string;
        is_primary?: boolean;
    }
    Index

    Properties

    document_boundary?: OCRBoundaryRect
    image_key: string
    image_url?: string
    is_primary?: boolean