ya-ocr
    Preparing search index...

    Type Alias OCRData

    type OCRData = {
        blocks: OCRBlock[];
        detected_lang: string;
        rotate: number;
        tables: unknown[];
    }

    Hierarchy (View Summary)

    Index
    blocks: OCRBlock[]
    detected_lang: string
    rotate: number
    tables: unknown[]