OCRBox
Overview
OCRBox is a type in Aspose.PDF FOSS for Go.
OCRBox is a rectangle in image pixel space: origin at the top-left corner, Y increasing downward (the usual raster convention — distinct from PDF user space on purpose).
Properties: Bottom, Left, Right, Top.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Left | float64 | Read/Write | Gets the left. |
Top | float64 | Read/Write | Gets the top. |
Right | float64 | Read/Write | Gets the right. |
Bottom | float64 | Read/Write | Gets the bottom. |