MCPcopy
hub / github.com/ananthakumaran/paisa / Row

Interface Row

src/lib/pdf.ts:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7};
8
9export interface Row {
10 page: number;
11 rowNumber: number;
12 y: number;
13 xs: number[];
14 items: TextItemWithPosition[];
15}
16
17/**
18 * Transform an (x, y) coordinate by a pdf transformation matrix.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected