interface OCRFullData {
    blocks: OCRFullBlock[];
    detected_lang: string;
    rotate: number;
    tables: unknown[];
    text: string;
}

Hierarchy (view full)

Properties

blocks: OCRFullBlock[]
detected_lang: string
rotate: number
tables: unknown[]
text: string