Tesseract.PixType
mutable struct Pix
    ptr::Ptr{Cvoid}
end

A wrapper for the PIX structure in the leptonica library.

Values:

NameDescription
ptrThe pointer to the Pix object allocated by the C library.

Details:

When the garbage collector collects this object the associated PIX object will be freed in the library.

source