Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 775 Bytes

File metadata and controls

25 lines (13 loc) · 775 Bytes

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.