[]
        
(Showing Draft Content)

SelectedTextCoordinates

Type Alias: SelectedTextCoordinates

type SelectedTextCoordinates = object;

Coordinates of the selected text.

Properties

outerRect

outerRect: number[];

The outer rectangle bounding the selected text, represented as an array of numbers.


pageIndex

pageIndex: number;

The index of the target page.


quadPoints

quadPoints: object[][];

The coordinates of the selected regions, represented as an array of arrays of points. Each point is an object with x and y properties.