GetBoundingBoxesVerbose method

Pointer<bounding_boxes> GetBoundingBoxesVerbose(
  1. tess_api_ptr_t arg0
)

Implementation

ffi.Pointer<bounding_boxes> GetBoundingBoxesVerbose(
  tess_api_ptr_t arg0,
) {
  return _GetBoundingBoxesVerbose(
    arg0,
  );
}