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¶
=
XX coordinate (left) as a percentage of the total image width (
0..1).
- OcrCoordinates.Y¶
=
YY coordinate (top) as a percentage of the total image height (
0..1).
- OcrCoordinates.Width¶
=
WidthThe width of the area as a percentage of the total image width (
0..1).
- OcrCoordinates.Height¶
=
HeightThe height of the area as a percentage of the total image height (
0..1).