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

    Type Alias OCRExtractPayload

    type OCRExtractPayload = {
        document_boundary?: OCRBoundaryRect;
        image?: string;
        image_key?: string;
        model_uuid: string;
    }
    Index

    Properties

    document_boundary?: OCRBoundaryRect
    image?: string
    image_key?: string
    model_uuid: string