Interface: Point
Defined in: types/ocr.ts:27
Point represents a coordinate in 2D space.
Properties
x
x:
number
Defined in: types/ocr.ts:28
The x-coordinate of the point.
y
y:
number
Defined in: types/ocr.ts:29
The y-coordinate of the point.
Defined in: types/ocr.ts:27
Point represents a coordinate in 2D space.
x:
number
Defined in: types/ocr.ts:28
The x-coordinate of the point.
y:
number
Defined in: types/ocr.ts:29
The y-coordinate of the point.