interface InputRowMeta {
    document_id?: string;
    name?: string;
    page?: number;
}

Properties

document_id?: string

System Id of the document this record is from

name?: string

Name of the file or fragment this file is from

page?: number

Page number of the fragment this record is from if available