Tesseract.PixBoxType
struct PixBox
    x::Int32
    y::Int32
    w::Int32
    h::Int32
end

The PixBox structure is used to identify a region in an image.

Values:

NameDescription
xThe left side of the region identified by this box.
yThe top edge of the region identified by this box.
wThe width of the box.
hThe height of the box.
source