iink-ts - v4.0.0
    Preparing search index...

    Type Alias TBlockTextMetadata

    Text metadata for a block

    type TBlockTextMetadata = {
        char?: { bounds?: TBox; label: string; word: number };
        label?: string;
        line?: { baseline: number; xHeight: number };
        word?: {
            bounds?: TBox;
            firstChar?: number;
            id?: string;
            label: string;
            lastChar?: number;
        };
    }
    Index
    char?: { bounds?: TBox; label: string; word: number }
    label?: string
    line?: { baseline: number; xHeight: number }
    word?: {
        bounds?: TBox;
        firstChar?: number;
        id?: string;
        label: string;
        lastChar?: number;
    }