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