ya-ocr
    Preparing search index...

    Interface OCRFullData

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

    Hierarchy (View Summary)

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