HOCRText method

Pointer<Char> HOCRText(
  1. tess_api_ptr_t arg0
)

Implementation

ffi.Pointer<ffi.Char> HOCRText(
  tess_api_ptr_t arg0,
) {
  return _HOCRText(
    arg0,
  );
}