Status of the document extraction job.

interface DocumentExtractionStatus {
    commit?: string;
    completed_at?: string;
    state: string;
}

Properties

commit?: string

The hash of the git commit when the results were saved.

completed_at?: string

The time when the job completed or failed.

state: string

Current state of document extraction.