StructureOutputJson
    Preparing search index...

    Type Alias Graphic

    type Graphic = {
        altText?: string;
        annotID?: number;
        groupId?: number;
        rect: Rect;
        type: "graphic";
        url?: string;
    }
    Index

    Properties

    altText?: string
    annotID?: number

    PDF object ID if Graphic was created from a markup annotation

    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: "graphic"
    url?: string

    hyperlink URL related to the Graphic