OcrCoordinates
¶
Describes a rectangular area resolution-independently, where x, y, width and
height are defined between 0.0
and 1.0
instead of specific coordinates
relative to a fixed width and height.
- OcrCoordinates.X¶
=
X
X coordinate (left) as a percentage of the total image width (
0
..1
).
- OcrCoordinates.Y¶
=
Y
Y coordinate (top) as a percentage of the total image height (
0
..1
).
- OcrCoordinates.Width¶
=
Width
The width of the area as a percentage of the total image width (
0
..1
).
- OcrCoordinates.Height¶
=
Height
The height of the area as a percentage of the total image height (
0
..1
).