@regulaforensics/vp-frontend-document-components
    Preparing search index...

    Interface ProcessingRequest

    interface ProcessingRequest {
        delegateProcessing?: {
            delegateURL: string;
            httpHeaders?: Record<string, string>;
            serviceURL: string;
        };
        env?: string;
        imageInputParam?: ImageInputParamType;
        imagesList?: DocumentReaderImage[];
        metadata?: Record<string, any>;
        processParam: DocumentReaderProcessParam;
        tag?: string;
        tenant?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    delegateProcessing?: {
        delegateURL: string;
        httpHeaders?: Record<string, string>;
        serviceURL: string;
    }
    env?: string
    imageInputParam?: ImageInputParamType
    imagesList?: DocumentReaderImage[]
    metadata?: Record<string, any>
    tag?: string
    tenant?: string