| 7 | }; |
| 8 | |
| 9 | export 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. |
nothing calls this directly
no outgoing calls
no test coverage detected