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

NameTypeAccessDescription
Leftfloat64Read/WriteGets the left.
Topfloat64Read/WriteGets the top.
Rightfloat64Read/WriteGets the right.
Bottomfloat64Read/WriteGets the bottom.

See Also