SetPixImage method

void SetPixImage(
  1. tess_api_ptr_t arg0,
  2. pix_image_ptr_t arg1
)

Implementation

void SetPixImage(
  tess_api_ptr_t arg0,
  pix_image_ptr_t arg1,
) {
  return _SetPixImage(
    arg0,
    arg1,
  );
}