@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Type Alias ExtractorBlockBit

    ExtractorBlockBit: BitCommon & ResourceImage & StandardTags & {
        availableClassifications?: string[];
        blockId?: string;
        body?: BodyContent;
        classification?: string;
        footer?: BodyContent;
        height?: number;
        index?: number;
        pageNo?: number;
        resource?: Resource;
        type: "extractor-block";
        width?: number;
        x?: number;
        y?: number;
    }