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

Hierarchy (View Summary)

Properties

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