Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 526 Bytes

OCRRect.md

File metadata and controls

17 lines (9 loc) · 526 Bytes

OCRRect

Represents a rectangle: Left-Top (X1-Y1) to Right-Bottom (X2-Y2)

Properties

Name Type Description Notes
topLeftX Integer X-Coordinate of top left corner [optional]
topLeftY Integer Y-Coordinate of top left corner [optional]
bottomRightX Integer X-Coordinate of bottom right corner [optional]
bottomRightY Integer Y-Coordinate of bottom right corner [optional]