initOcrModels method
void
initOcrModels()
Initialize OCR models (detection + recognition + dictionary)
Implementation
void initOcrModels(
ffi.Pointer<ffi.Char> detModelPath,
ffi.Pointer<ffi.Char> recModelPath,
ffi.Pointer<ffi.Char> dictPath) {
return _initOcrModels(detModelPath, recModelPath, dictPath);
}