ProcessDocumentFile method

void ProcessDocumentFile(
  1. tess_api_ptr_t arg0,
  2. Pointer<Char> arg1,
  3. Pointer<Char> arg2
)

Implementation

void ProcessDocumentFile(
  tess_api_ptr_t arg0,
  ffi.Pointer<ffi.Char> arg1,
  ffi.Pointer<ffi.Char> arg2,
) {
  return _ProcessDocumentFile(
    arg0,
    arg1,
    arg2,
  );
}