[]
type SelectedTextCoordinates = object;
Coordinates of the selected text.
outerRect: number[];
The outer rectangle bounding the selected text, represented as an array of numbers.
pageIndex: number;
The index of the target page.
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.