StructureOutputJson
    Preparing search index...

    Type Alias Group

    type Group = {
        annotID?: number;
        contents: GraphicElement[];
        groupId?: number;
        rect: Rect;
        type: "group";
        url?: string;
    }
    Index

    Properties

    annotID?: number

    PDF object ID if Group was created from a markup annotation

    contents: GraphicElement[]
    groupId?: number

    a number used to identify elements that are semantically continuous, for example, a table that has broken across pages would be represented by multiple elements, but all with the same group ID

    rect: Rect
    type: "group"
    url?: string

    hyperlink URL related to the Group